Reply
Thu 22 Oct, 2009 03:26 pm
which one of following will prompt user for a city and then correctly assign the user's response to the strCity variable?
1b1Region.Caption= 'strReg1" & "strReg2" or
1b1Region.Caption=strReg1 & strReg2 or
strReg1 # strReg2 > 1b1Region.Caption
1b1Region.Text=strReg1 & strReg2