R
richi
hi
has anyone hoe to open an access database from an access
application avoiding the execution of the autoexec macro
in the new database or the initial form in the initial
settings?
dim bd as new access.application
Bd.OpenCurrentDatabase DBName
and here executes the autoexec macro in dbname and wait
until finish the macro.
has anyone hoe to open an access database from an access
application avoiding the execution of the autoexec macro
in the new database or the initial form in the initial
settings?
dim bd as new access.application
Bd.OpenCurrentDatabase DBName
and here executes the autoexec macro in dbname and wait
until finish the macro.