Using a Form to select a record to print

G

Greg Staley

I know people have asked this in the past, but I cannot find and example.

I have records that are added every day. I use a query to select those from
the rest of the records by only allowing those records = Date() to be
selected.

Now I want to use a combo box to select one of those records and have that
be the only record sent to the report to be printed.

How do I achieve this?

Greg
The oft access confused
 
M

Mike Painter

Greg Staley said:
I know people have asked this in the past, but I cannot find and example.

I have records that are added every day. I use a query to select those from
the rest of the records by only allowing those records = Date() to be
selected.

Now I want to use a combo box to select one of those records and have that
be the only record sent to the report to be printed.

How do I achieve this?

Add Forms!YourFormName!YourComboBoxName to the criteria for that particular
field.

You can also add a Yes/No "Printed" field to the table and select more than
one record in a subform.
A select all and Clear All button to reset the query adds to the utility of
this approach.
 

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