Criteria Query

TomBP

Registered User.
Local time
Today, 07:00
Joined
Jul 6, 2006
Messages
49
I have a number of filters across the top (6 in total). I want to run any number of these filters and then only print the relevant records that pop-up after I pressed the search button. As you can see now I have searched for records that contain TSA. It shows 3 records from a total of 16.

Print.jpg


I had the following in mind but haven't got the knowledge to make it happen:

I need to build a query that picks up the criteria from the form. Then Build a report that is based on this query. So that the query only shows the records that are shown in the subform.

Someone already tried to help me and suggested that I filled in the following in my query:

Forms.[MyForm].[MyField] Or Like Forms.[MyForm].[MyField] Is Null

printing.jpg


But my experience of such criteria is'nt all that so I don't know how to typ this so that it matches my database.

My subform = frmSubform
My mainform where the subform is located = frmSearch

I also uploaded my database to yourfilelink.com . If you want to have a look. It's only 200kb.

http://www.yourfilelink.com/get.php?fid=141709
 
I have taken a look at that database but it's not what I'm looking for. Thanks for your reply tho.
 

Users who are viewing this thread

Back
Top Bottom