Hi
I'm using the code
in a continuous form, which works fine. (txr is a string with the text box name.)
When I try to repeat the process on a report for printing, it gives the error "You can't assign a value to this object"
What am I doing wrong?
Thanks in Advance
Jonathan
I'm using the code
Code:
Me.Controls(txr) = rst("Work Type")
When I try to repeat the process on a report for printing, it gives the error "You can't assign a value to this object"
What am I doing wrong?
Thanks in Advance
Jonathan