Action buttom on desktop that opens directly an Access report

F

Fred's

Hi Guys,

I've created a report in access. Now, I will like to know if is
possible to create an (action buttom or a link) on my desktop that
opens directly a report in access?


Any help on this will be very appreciated.

Thanking you in advance,
Fred's
 
D

Douglas J. Steele

You could create a macro that opens the report, then create a shortcut on
your desktop that opens the database and runs that macro.

The shortcut must include the full path to msaccess.exe, and the /x switch
(followed by the name of the macro):

"C:\Program Files\Microsoft Office\Office\MSAccess.exe" "C:\Program
Files\Microsoft Office\Office\Samples\Northwind.mdb" /x OpenMyReport
 
F

Fred's

Hi Doug,

Thank you for the info. Whatever I need for info.

Do I put the full path in the properties of my database shorcut icon?
If yes, In which fields?
In Target, in Start In or in Comments field?

Thank you for your support.
Fred's
 
Joined
Jun 23, 2007
Messages
61
Reaction score
0
Fred,

Objects in Access can be copied to your desktop. They're just like file shortcuts...
Try dragging the report icon in your database window to the desktop.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top