Specify Forms to print

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Day Everyone,
How would I set up my forms to print just the record that I specify,
instead of the entire recordset. Currently I have to send the entire form to
my reports and then manually sort through that, which works fine, but as this
database gets bigger, I can see this manual search becoming a problem. How
do I just send the current record to the report so that I can print just one.
Any suggestion is welcomed. Thanks
 
Quick and dirty solution...
Right click on a unique field on your form (customer id, order number, you
get the idea) and select "Filter by Selection". That will filter the
recordset to just that record, File>Print. You're done. Right Click,
Remove filter sort and you are back to all records.

Len

Good Day Everyone,
How would I set up my forms to print just the record that I specify,
instead of the entire recordset. Currently I have to send the entire form
to
my reports and then manually sort through that, which works fine, but as
this
database gets bigger, I can see this manual search becoming a problem. How
do I just send the current record to the report so that I can print just
one.
Any suggestion is welcomed. 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

Back
Top