Smart
Registered User.
- Local time
- Today, 00:07
- Joined
- Jun 6, 2005
- Messages
- 436
I currently have a form with a combo box that shows all employees
When I select an employee a report is run in preview mode (after update of combox)
If I then select another employee from the combo box I want to close the previous report preview and open the report for the newly selected employee
I have tried docmd.close acreport,"reportname" but it errors with
2493 action requires an object name argument.
There must be a way to do this hope fully some body out there can help
Cheers
When I select an employee a report is run in preview mode (after update of combox)
If I then select another employee from the combo box I want to close the previous report preview and open the report for the newly selected employee
I have tried docmd.close acreport,"reportname" but it errors with
2493 action requires an object name argument.
There must be a way to do this hope fully some body out there can help
Cheers