Query Tabel from Form

R

Rudi

Hi,

I have a table with a few fields including Names and Dates. I now want to
create a form that uses a drop-down list to select a name, as well as a year
and month. Then it must query the table and selects all the records for that
spesific name, year and month and creates report from it. I know how to use a
query and manually get all these records, but I don't know how to do this
from a form.

Thanks!
 
Top