Autoopen MAcro

spn200286

Registered User.
Local time
Today, 02:27
Joined
Feb 7, 2005
Messages
56
Last year i used a MAcro that will automatacly open a Database file when Access is opened, since then i have formatetd mycomputer and lost the criteria for the event boxes, does anyone have a copy of the events needed, as the end user of my ststem requested this feature

Chears for any help

Scott
 
spn200286 said:
I used a MAcro that will automatacly open a Database file when Access is opened

What do you mean by database file?

Are are you just looking for the correct name of the autoexec macro?
 
Or maybe you just need the command line syntax to open a specific db:

c:\programfiles\msaccess.exe c:\mydatabases\mydatabase.mdb

or

c:\programfiles\msaccess.exe /wrkgrp N:\myFolder\myWorkgroup.mdw /user "John Doe" /pwd "MyPassword" N:\myFolder\mydatabase.mdb

???
 
SJ McAbney said:
What do you mean by database file?

Are are you just looking for the correct name of the autoexec macro?


Sorry it wasnt very clear, that autoexec is what i wanted to know about
 

Users who are viewing this thread

Back
Top Bottom