Print report based on the checkbox selection

LukeSept

New member
Local time
Today, 13:07
Joined
Oct 20, 2015
Messages
2
Hi, I'm having difficulties with building an printing option for specific goods selected on the list.

I have a form witch contains an subform. On the main form user is able to select supplier and based on the supplier can choose article that he's interested in. On the subform user get the list of all the goods that are connected with that specific article.

I want be able now to select specific goods from subform list (using checkbox value) and based on the selection print an separate label for each goods.
 
The checkbox must be bound to a Yes/No field. Then code to open report:

DoCmd.OpenReport "report name", , , "fieldname=True"

Solved by June7
 

Users who are viewing this thread

Back
Top Bottom