Hi
I may be really thick here, but how do you join 2 or more strings in VB? I have tried + and it does not work.
I need to join variables and a string:
title [space] surname to form salutation
Thanks
Liz
Hi
I may be really thick here, but how do you join 2 or more strings in VB? I have tried + and it does not work.
I need to join variables and a string:
title [space] surname to form salutation
Thanks
Liz
use &
title surname are variables
="Good Morning" & " " & title & " " & surname
Last edited by Avner; 09-13-2006 at 09:33 AM.
I knew I was being thick.....
Willow
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks