Print report based on form selection

  • Thread starter Thread starter George McDonald
  • Start date Start date
G

George McDonald

I have a form with a yes/no box which only shows records that are not ticked.
I want to tick certain records then print these records using a command
button to open a report.
I can find help on printing a single record and the code required to do
that, but I can find nothing on printing various records.

Can someone help please.
 
I have a form with a yes/no box which only shows records that are not ticked.
I want to tick certain records then print these records using a command
button to open a report.
I can find help on printing a single record and the code required to do
that, but I can find nothing on printing various records.

Can someone help please.

I think one or more records makes no difference. The would look like:

DoCmd.OpenReport "YourReport", acViewPreview, , "YourBox=True"



Groeten,

Peter
http://access.xps350.com
 
Back
Top