Hello again guys,
I'm getting a Run-time error 2465 on a piece of code in a report. It works just fine as a form but not in a report. I was wondering if vba was handled differently between the two access objects and if there was a way to refer to data in a field not explicitly shown in the report.
Below is the code:
It refers to a Yes/No field that isn't shown on the report due to the standard checkbox being too small for the purposes here.Code:If [1MC] = True Then chk1MC.Caption = "P"
Any help would be much appreciated!![]()