T
Terri
I'm setting the control source of a report control dynamically from a form
control on the reports OnOpen event.
Me.TextB.ControlSource = "=Forms!frmreporting!TextB"
I want to add an asterisk to the value returned on the report so that if
Forms!frmreporting!TextB = "ABC" the field on the report would return *ABC.
How can I do this? I'm having problems with the syntax, probably the quotes.
Thanks.
control on the reports OnOpen event.
Me.TextB.ControlSource = "=Forms!frmreporting!TextB"
I want to add an asterisk to the value returned on the report so that if
Forms!frmreporting!TextB = "ABC" the field on the report would return *ABC.
How can I do this? I'm having problems with the syntax, probably the quotes.
Thanks.