B
Bill
What might cause a Runtime error 2465 (can't find
field referred to in your expression)?
The offending statement (below) in the Detail event
raises the error. Both Orchestra and CondName are
fields defined in the report's underlying query and they
both show up in the VBA object browser for the
report in question.
In verifying the above, I created a bound text box
and selected Orchestra as its control-source....no problem.
Me.tbOchCond = Me.Orchestra & vbNewLine & Me.CondName & " Conducting"
where tbOchCond is an unbound text box.
Bill
field referred to in your expression)?
The offending statement (below) in the Detail event
raises the error. Both Orchestra and CondName are
fields defined in the report's underlying query and they
both show up in the VBA object browser for the
report in question.
In verifying the above, I created a bound text box
and selected Orchestra as its control-source....no problem.
Me.tbOchCond = Me.Orchestra & vbNewLine & Me.CondName & " Conducting"
where tbOchCond is an unbound text box.
Bill