output report from filtered query

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top