According to the msdn microsoft site you can
"If you want to show a particular toolbar on just one form or report, you can set the OnActivate property of the form or report to the name of a macro that contains a ShowToolbar action to show the toolbar."
When I look through the various macro commands available I do not see showtoolbar available.
My goal is to show only the print preview ribbon when a user opens a report. I have already closed the ribbons using docmd.showtoolbar "ribbon", actoolbarno. For some reason docmd.showtoolbar "print preview", actoolbaryes", in the code, will not open the print preview ribbon.
Any thoughts.
Thank you in advance.
"If you want to show a particular toolbar on just one form or report, you can set the OnActivate property of the form or report to the name of a macro that contains a ShowToolbar action to show the toolbar."
When I look through the various macro commands available I do not see showtoolbar available.
My goal is to show only the print preview ribbon when a user opens a report. I have already closed the ribbons using docmd.showtoolbar "ribbon", actoolbarno. For some reason docmd.showtoolbar "print preview", actoolbaryes", in the code, will not open the print preview ribbon.
Any thoughts.
Thank you in advance.