boomer1974
MIS
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
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