From: George McDonald on
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.
From: XPS350 on
On 5 jan, 14:42, George McDonald
<GeorgeMcDon...(a)discussions.microsoft.com> wrote:
> 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