Hey,
I'm trying to assign to a report recordsource a variable name but I keep getting a message that the database isn't recognizing the control name.
The name of the report is BusinessUnitPro ductMeeting and this is how I'm referencing it in my VBA code in a Report_open procedure:
Reports!Busines sUnitProductMee ting!Controls!R ecordsource = rpt_recordsourc e
What is wrong with the way I have that statement formed?
This is being done with VBA 6.3 on a Access 2002 db runtime error 2465 "can't find the field 'Controls' referred to in your expression"
Thanks
I'm trying to assign to a report recordsource a variable name but I keep getting a message that the database isn't recognizing the control name.
The name of the report is BusinessUnitPro ductMeeting and this is how I'm referencing it in my VBA code in a Report_open procedure:
Reports!Busines sUnitProductMee ting!Controls!R ecordsource = rpt_recordsourc e
What is wrong with the way I have that statement formed?
This is being done with VBA 6.3 on a Access 2002 db runtime error 2465 "can't find the field 'Controls' referred to in your expression"
Thanks
Comment