A
Angela
When my database opens, it checks to see if any employees have had their
safety training expire using a query. If some expired it displays a form
(based on a snapshot of the same query) that lists those employees. After
the form opens, the sub programming continues those records are subsequently
changed to reflect the change in the employee status. As a result, the same
query would not again pull up those records after the form is displayed.
On the form that displays the list of employees, I would like the user to be
able to print a report of the list. However, by the time they click the
Print button (which would then pull up a report based on the same query as
the form), the records have changed so the report is empty. Is there any way
to 'save' the snapshot of the query used for the form so it can be used for
the report, or pass it to the report from the form?
Thanks
Angela
safety training expire using a query. If some expired it displays a form
(based on a snapshot of the same query) that lists those employees. After
the form opens, the sub programming continues those records are subsequently
changed to reflect the change in the employee status. As a result, the same
query would not again pull up those records after the form is displayed.
On the form that displays the list of employees, I would like the user to be
able to print a report of the list. However, by the time they click the
Print button (which would then pull up a report based on the same query as
the form), the records have changed so the report is empty. Is there any way
to 'save' the snapshot of the query used for the form so it can be used for
the report, or pass it to the report from the form?
Thanks
Angela