Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to solve this ?
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00384376
Message ID:
00384452
Views:
26
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
Previous
Reply
Map
View

Click here to load this message in the networking platform