Filter in report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where and whart do I have to put in (query or ...) to get records from a
table to the report. I can do the report (layou), but I want to only some of
the records in the table out on the report (the ones where a textfield is
empty (or the opposite).

I understand thet i need a sentence like "where text1 = space", but where do
I put in and how do I write it with proper syntax ??

Do I put the select in the report ? where ? or somewhere else ?

Hoping for help...
 
Your report should be based on a query that will filter the records for you.
So basically create a select query with the criteria for the filter in the
proper field. Then create the report based on the query
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top