SnapShot file

Jim W

Registered User.
Local time
Today, 13:19
Joined
Feb 4, 2003
Messages
198
Could someone please tell me how to creat a command button on a tool bar so I can export a report to a snap shot file.

Jim
 
For the button you will need to create a macro and drag it onto the menu bar.

IMO
 
DoI have to use a macro or can I use code?

Jim
 
U can use either a macro or VBA code. VBA code gives you more control over what happens.

Hope this helps!
 
Could you please assit. I think I have the code right but how do I get a command button on the toolbar to attach the code to
 
Scratch my response. I did not notice you needed to put the button on the toolbar. For that you need to use a macro.

Once you've created the Macro you just need to drag the icon of the macro to the toolbar.
 
Last edited:
Ok I understand but am having a bit of trouble - I creat a marco that outputs a report to a snapshot file and then drag to to the tool bar and that does work. However, I want the tool bar macro to work with different reports. meaning which ever report is shown then that is the one it outputs. Does this make sense?
Is there a nother way to do this?

Thanks for the help and time

Jim
 
Here's an example with;

1) Macro Buttons in toolbar (one for each report)
2) Form with buttons to handle saving as snapshot files. tblReports holds the name of the report in Access and a description.
 

Attachments

Jim W,

No problem, glad to be of help! (a rare occurance :D)

Just curious, Did you end up using a form for your reports of putting a macro button for each report?
 
I used the form it works well.
Thank you

Jim
 

Users who are viewing this thread

Back
Top Bottom