M
mls via AccessMonster.com
I want to add a suffix to all the values in one field.. and I tried the
follwing but show errors
temp = RNP
temp = Trim(Left(temp) & "_" & "Ct")
MsgBox temp
my output should show at RNP_Ct
follwing but show errors
temp = RNP
temp = Trim(Left(temp) & "_" & "Ct")
MsgBox temp
my output should show at RNP_Ct