Hyperlink

M

Marcus

Hi all,
I'm designing a form in an access database and now i'm trying to open an
macro from another database through a button in this form, is there a way to
do this without having to import this macro (get external data) ?
 
B

bob

RunApp will work. Command Line something like this...

"C:\Program Files\Microsoft Office\Msaccess.exe"
"C:\YourFolder\FleetTracking System.mdb" /x "Daily FTS Update"

(from an older answer by Steve Schapel)

Bob
 
M

Marcus via AccessMonster.com

Thanks!
RunApp will work. Command Line something like this...

"C:\Program Files\Microsoft Office\Msaccess.exe"
"C:\YourFolder\FleetTracking System.mdb" /x "Daily FTS Update"

(from an older answer by Steve Schapel)

Bob
 

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