Sharon Hague
Registered User.
- Local time
- Today, 23:35
- Joined
- Jul 10, 2003
- Messages
- 138
Hi All
I have a form called FrmPrintReports. This has an option group which lists all my reports. I then have a command button called PrintPreview which runs the report depending on which option button is highlighted.
I have created another form called FrmEmployeeID. This comprises of just one field which is a combo box ran from a query which list all our current employees.
When I have selected which report I want to print and then pressed my command button (Print Preview) I want to be able to then select an Employee from my form FrmEmployeeID and for it then to run the report based on which employee ID I choose. Obviously this will not be the case for all my reports only certain ones.
Is this possible?
I have a form called FrmPrintReports. This has an option group which lists all my reports. I then have a command button called PrintPreview which runs the report depending on which option button is highlighted.
I have created another form called FrmEmployeeID. This comprises of just one field which is a combo box ran from a query which list all our current employees.
When I have selected which report I want to print and then pressed my command button (Print Preview) I want to be able to then select an Employee from my form FrmEmployeeID and for it then to run the report based on which employee ID I choose. Obviously this will not be the case for all my reports only certain ones.
Is this possible?