Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dealing With Nulls and SQL
Message
 
À
18/06/2002 12:20:21
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00669800
Message ID:
00669811
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform