Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to solve this ?
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00384376
Message ID:
00384452
Vues:
25
This is interesting. I did not know that concatinating with "&" could be so differnet from "+".

Null + string = Null
Null & string = string

>The easiest way to that is to concatenate an empty string to your field.
>
>with rstUser
>   me.txthometel = !hometel & ""
>   me.txtusrname = !usrname & ""
>   me.txtnotes = !notes & ""
>End with
>
George
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform