G
Guest
I have a Report based on a Query. The Report has a group header with an Event
Procedure for "On Format" property. In the Event Procedure I want to access
some of the fields that are displayed and printed in the report i.e
Last_Use_LOC. I've tried a few different methods, 2 are listed below with
their associated error:
Me![Last_Use_LOC].Value - Error 2465: "Microsoft Access can't find the field
'Last_Use_LOC' referred to in your expression."
Me.Last_Use_LOC.Value - Error 94: "Invalid use of Null"
Is there a way that I can access the contents of these fields?
Procedure for "On Format" property. In the Event Procedure I want to access
some of the fields that are displayed and printed in the report i.e
Last_Use_LOC. I've tried a few different methods, 2 are listed below with
their associated error:
Me![Last_Use_LOC].Value - Error 2465: "Microsoft Access can't find the field
'Last_Use_LOC' referred to in your expression."
Me.Last_Use_LOC.Value - Error 94: "Invalid use of Null"
Is there a way that I can access the contents of these fields?