Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print multiple forms with 1click

Status
Not open for further replies.
Oct 6, 2002
60
US
Hello all,

I have a form (frmEmployee) that lists info about each employee - including his or her manager. I would like to be able to click a button and cycle through each employee in the form for a given manager and print out the form.


ADDITIONAL INFO: I am not sure if this is of any concequence but the employee name is not in a list or combo box but rather a text box. a particular employee is selected by double clicking in the name field on frmEmployee (first or last) which brings up a seperate form frmNameSelect, listing all the possible choices sorted by first or last mame respectively. to bring up that employee's info in frmEmployee, you simply click on his or her name in frmNameSelect and that runs a macro which opens frmEmployee where the frmEmployee!name = frmNameSelect!name. Hopefully the additional info does not make to too confusing, any help would be greately appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top