Report toolbar

SueBK

Registered User.
Local time
Tomorrow, 08:05
Joined
Apr 2, 2009
Messages
197
Is it possible to create a toolbar that will open with each report, even if the database is opened on a different machine?

I want some pretty simple buttons - close report, print report. Sitting with users in a one-on-one work through I noticed that they often go to click the "X" that closes the database, instead of the report. We've worked around that issue in forms 'cause we put command buttons in each header.
 
Last edited:
Sue,

Have a look at my sample posted HERE, go to the bottom of the post and you will see the attachment with this name: PrintCurrentRecord_Update.zip

Open it and then click print Preview Report button, when the report open have a look at the top and you will see the Printer symbol and Close.

I think this is what you want. You can import the toolbar into your database, just open the report and have a look at the code to "turn them on and off"

The sample is fairly simple but you should get some benefit from it.
 
That's brilliant. Thank you!
 
Last edited:

Users who are viewing this thread

Back
Top Bottom