C
Chris
I have a report bound to a query. I would like to have a label saying
something like;
Your case administrator is John Smith Please contact him
I've tried to have a text box contain the Case administrator and then make
the variable = the text box.
strCaseAdmin = me.txtBoxName
lblStuff.Caption = Your case administrator is & " strCaseAdmin " & " " & "
please contact him.
I get the message 2427: You entered an expression that has no value
I have the code in the Open event of the report.
Please help me
something like;
Your case administrator is John Smith Please contact him
I've tried to have a text box contain the Case administrator and then make
the variable = the text box.
strCaseAdmin = me.txtBoxName
lblStuff.Caption = Your case administrator is & " strCaseAdmin " & " " & "
please contact him.
I get the message 2427: You entered an expression that has no value
I have the code in the Open event of the report.
Please help me