I'm trying to execute a macro that hides a PrintMenubar when a query closes. Do queries have events associated with them like forms do? I can't find anything under properties.
Showing the PrintMenu when the query opens isn't a problem since I can put the DoCmd.RunMacro in the vba of the button that opens the query; but how can I hide it when the query closes?
Showing the PrintMenu when the query opens isn't a problem since I can put the DoCmd.RunMacro in the vba of the button that opens the query; but how can I hide it when the query closes?