Hi,
Stupid question of someone just starting to program in VBA.
I just want to access the current record in a report within the On Format event so that I can dynamically create various variables based on data stored in a database. I, however, don't have a clue how to reference the data and everything I try results in Run time error '2465: Microsoft Access can't find the field errors.
Is there a tutorial out there that answers this, what seems like, simple question?
I've tried me.[field_name], the field name, etc.
Thanks.
Stupid question of someone just starting to program in VBA.
I just want to access the current record in a report within the On Format event so that I can dynamically create various variables based on data stored in a database. I, however, don't have a clue how to reference the data and everything I try results in Run time error '2465: Microsoft Access can't find the field errors.
Is there a tutorial out there that answers this, what seems like, simple question?
I've tried me.[field_name], the field name, etc.
Thanks.
Comment