L
livin''''life
I have a database that tracks employees and the dates that they have
completed some training. Example:
SSN Last First MI Class1 Class2 Class3 Class 4 etc...
I have created a form that allows me to print a report of all employees that
have completed a class. Using a dropdown box it builds queries on the fly
and sends the info to a report.
What I would like to do is place a button on the form that will print all of
these reports. The direction that I am heading is that when the user clicks
the button the following happens:
1. Build a query for all who completed Class1 (always named qry_ClassComplete)
2. Sends it to a report (always named rpt_ClassComplete)
3. Report Prints
4. Deletes the query
5. Build a query for all who completed Class2
etc...
What I would like to do is add a text box to the report that displays the
name of the class at the top. Ex(List for Class: Class1) where the class1
changes on each report. Not sure if this is possible so any help is
appreciated.
Also, if you know a better way to do this I am open to that too. Thank you
all for the time you take to answer our questions.
completed some training. Example:
SSN Last First MI Class1 Class2 Class3 Class 4 etc...
I have created a form that allows me to print a report of all employees that
have completed a class. Using a dropdown box it builds queries on the fly
and sends the info to a report.
What I would like to do is place a button on the form that will print all of
these reports. The direction that I am heading is that when the user clicks
the button the following happens:
1. Build a query for all who completed Class1 (always named qry_ClassComplete)
2. Sends it to a report (always named rpt_ClassComplete)
3. Report Prints
4. Deletes the query
5. Build a query for all who completed Class2
etc...
What I would like to do is add a text box to the report that displays the
name of the class at the top. Ex(List for Class: Class1) where the class1
changes on each report. Not sure if this is possible so any help is
appreciated.
Also, if you know a better way to do this I am open to that too. Thank you
all for the time you take to answer our questions.