Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing With Nulls and SQL
Message
 
To
18/06/2002 12:20:21
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00669800
Message ID:
00669811
Views:
14
This message has been marked as the solution to the initial question of the thread.
you may try these shorter syntax:

Loading Values
cboGender.Text = RSLoadData.Fields("GenderDesc") & ""
Saving Values
 Then
RSSaveData.Fields("StreetAddress2") = iIf (Trim$(txtStreetAddress2.Text) <> "", txtStreetAddress2.Text, vbNullString)
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform