Good Day All,
In my macro my setTempVar variable = CurrentUserID
The expression = [cboCurrentUserID]
The message box field = "you Entered " & [TempVars]![CurrentUserID]
When a button is clicked the value of the variable is not displayed.
This is displayed :"you Entered " & [TempVars]![CurrentUserID]
Can anyone guide me how to get the variable value displayed?
In my macro my setTempVar variable = CurrentUserID
The expression = [cboCurrentUserID]
The message box field = "you Entered " & [TempVars]![CurrentUserID]
When a button is clicked the value of the variable is not displayed.
This is displayed :"you Entered " & [TempVars]![CurrentUserID]
Can anyone guide me how to get the variable value displayed?