Print report based on form selection

  • Thread starter George McDonald
  • 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.
 
X

XPS350

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
 

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