Add filter in the shortcut

accessman2

Registered User.
Local time
Today, 04:31
Joined
Sep 15, 2005
Messages
335
Hi,

In the my database program, I write the code to create the shortcut, and then send the shortcut (attached) through the Outlook to the people.

I know how to create the shortcut. But, I want to add the form and filter in the shortcut.

"C:\Program Files\Microsoft Office\Office10\Msaccess.exe" "C:\db1.mdb" /WRKGRP "C:\Secured1.mdw" /form "app" /filter "[Date] /filteron True

Once the user click the shortcut in the outlook, then the database will goto the specific form and specific record.

Can I do it in the shortcut?

Please let me know, thanks a lot.
 
I'm thinking you can do this with command line option '/cmd'. Google 'access command line options' and see what you get...
 
Could you give me an example for /cmd?

I searched in google, there is NO example for working /cmd.

Do you have one for me? Thanks.
 

Users who are viewing this thread

Back
Top Bottom