|
-
Jan 31st, 2007, 08:16 AM
#1
Thread Starter
Lively Member
In VB.NET is there a SQL IsNull(value,valueifNull) or Access NZ Type Function
Hi Guys,
In VB.NET is there a
SQL IsNull(value,valueifNull) or
Access NZ Type Function
ie if an object or a string value is null you can give it a default value using a function
eg
If IsNull(me.txtname.text,"Blank") = "Blank" Then
msgbox "Please enter name"
end if
Thanks
Rag
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|