T toddbingham Registered User. Local time Today, 04:55 Joined Jul 8, 2003 Messages 93 Oct 17, 2003 #1 I want to, when a report is closed, to have a macro start. How and where would I do this? Thanks.
Calvin Registered User. Local time Today, 01:55 Joined Jun 4, 2003 Messages 286 Oct 17, 2003 #2 with the report in design mode, insert the name of the macro into the OnClose or OnDeactivate event of the report properties. When you place the curser in the properties a dropdown list will appear and the macro's name should be on the dropdown list.
with the report in design mode, insert the name of the macro into the OnClose or OnDeactivate event of the report properties. When you place the curser in the properties a dropdown list will appear and the macro's name should be on the dropdown list.