Creating a search function in a report

dqstricklin

New member
Local time
Today, 17:41
Joined
Mar 24, 2011
Messages
1
Hello,

I'm currently using Access 2007. I have created a form with the details that I'm needing, however I have multiple specific ID's and I would like to be able to search for a specific record and return the details in the report. I've pretty new at access and therefore I really don't know where to start or what information would be needed to help me along. If you have any suggestions please let me know!
 
You can base a report on a parameter query. Create a query with all the fields in it that you want to see in the report. In the criteria of your specific ID field, put
Code:
[Enter ID]
and run the query. It will pop up asking you for an ID and only return records with that ID.

Base your report on that, job's a goodun!

Welcome to the forum!
 

Users who are viewing this thread

Back
Top Bottom