Specify Forms to print

L

Lowner

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
 
L

Len Robichaud

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
 
Top