gunslingor
Registered User.
- Local time
- Today, 15:17
- Joined
- Jan 13, 2009
- Messages
- 50

I have a form with a subform. The main form will have things like "Print Selection" Button, "Printer" combo box, "Copies" text box, and similar things one might expect in a print dialog box. The subform is datasheet view only and pulls it's information from a table that lists information for associated visio drawings stored in the a project subfolder.
Here's what the user will need to be able to do:
1. the user will select items in the subform using the control or shift key to select multiple items.
2. the user will select the print settings
3. the user will hit the "print selection" button
4. all visio drawings will be printed.
Help:
1. How do I get an object or objects in vba that represents the records selected in the subform?
2. How do I set the combobox row source to list all printers available on the working machine. Note that this project will be on many PCs, all with different printers.
3. Any other access batch plotting tips or references to examples.
Thanks,



