I have a toolbar I want displayed whenever a report is opened , and hidden when the report is closed
I have many reports. rather than put the code into each report is there nothing global that could read:
Whenever any report is opened
docmd.showtoolbar "TB" true
whenever all report are closed
docmd.showtoolbar"TB" false
Thanks
I have many reports. rather than put the code into each report is there nothing global that could read:
Whenever any report is opened
docmd.showtoolbar "TB" true
whenever all report are closed
docmd.showtoolbar"TB" false
Thanks