I've done this in the past, but my mind is old.
I've got a form that I have buttons to pull reports on. I want to avoid using parameters in the query and simplify the process by having the report automatically filtered to that individual.
The form is pulling and storing it's data to a query. I've got the Last and First name fields set up with the following code:
[Forms]![tblPersonnelData]![LAST_NAME]
My only problem is, I don't remember where to go from here. I've got a macro established to open that form when the reports opened, but again my mind is fuzzy around how to set the form up.
Any help with this would be appreciated!
I've got a form that I have buttons to pull reports on. I want to avoid using parameters in the query and simplify the process by having the report automatically filtered to that individual.
The form is pulling and storing it's data to a query. I've got the Last and First name fields set up with the following code:
[Forms]![tblPersonnelData]![LAST_NAME]
My only problem is, I don't remember where to go from here. I've got a macro established to open that form when the reports opened, but again my mind is fuzzy around how to set the form up.
Any help with this would be appreciated!