Since i'm learning and refreshing my mind regarding to programming in VB2010, so this is a little something that i learned a few days back during my brainstorming session with my little applications that i'm creating.
Just thought i share a little bit of what i found.
You can use the "IIF" statement to do comparison checking to check if the fields value ISNULL or not.
- IF the Value is null THEN
return BLANK value- else
- fill with Value
In my application this is how i do it.
this also i'll update in my Apps.Tips page
a very basic beginners tips... :o)
0 Comments this post:
Post a Comment