form not setting value for report

G

Guest

I have a database that stores testing information. I also have 3 different
reports that pull the results of their respective queries. I have run each
query and each return the appropriate results. For each report, I have
created forms that allow the user to specify specific criteria for the
report. For example, one report returns tests based on equipment, the other
on specific data range, etc.

My problem is this: The report that asks for date range works fine. However,
the equipment report and the other aren't working. The respective form asks
for the data range and then a combo box to select the type of equipment. When
you select OK, the report appears, the equipment and dates also appear (using
=forms![Equipment]![StartDate], etc); however, no records are showing up.

Any suggestions?
Thanks!
 

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