Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Help With ADO
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00591211
Message ID:
00591280
Vues:
30
>I have a method called ShowFieldValues on my form, which contains:
>
>
> txtMi.Text = oRecSet.Fields("Mi").Value
>

>
>and when I run it, I get the error"
>
>"Invalid use of null"
>
>Now I already know there is no data in this field, but that is ok in this
>app. So how do I tell Access that Null's are ok?
>
>Thanks

Try:
txtMi.Text = NZ(oRecSet.Fields("Mi").Value,"")
Igor Gelin
Database Developer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform