code snippet
------------
varNumStr = Str(varNum)
varNumStr = varNumStr + varMsg
msgBox varNumStr
Me.Title = varNumStr
----------------------------------------
me.title is a textbox in a report
but it says i can't put that value in it.
msgbox has no problem concatenating the two strings.
whats the obvious answer i can't see?
MMFL-
Mavericks Fan For Life
------------
varNumStr = Str(varNum)
varNumStr = varNumStr + varMsg
msgBox varNumStr
Me.Title = varNumStr
----------------------------------------
me.title is a textbox in a report
but it says i can't put that value in it.
msgbox has no problem concatenating the two strings.
whats the obvious answer i can't see?
MMFL-
Mavericks Fan For Life