output report from filtered query

G

Guest

hello,

in my database, a table contains a column of date.
and i have built a query in which the user can specify to display the
records within a date range. (for example, if the user chooses 2/15/2006 as
the starting date and 2/28/2006 as the ending date, only the rows containing
a date between these two will be shown in the outputted table)

how do i output a report based on the filtered table?

thanks.
 
F

fredg

hello,

in my database, a table contains a column of date.
and i have built a query in which the user can specify to display the
records within a date range. (for example, if the user chooses 2/15/2006 as
the starting date and 2/28/2006 as the ending date, only the rows containing
a date between these two will be shown in the outputted table)

how do i output a report based on the filtered table?

thanks.

Create a report that uses this query as it's record source.
The New Report wizard will help you.
 

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

Top