AutoExec macro and odbc

T

Tracy E Schreiber

Hi,

I would like to know if the AutoExec macro is executed only when the
database is opened using Access or is it also executed when the database is
opened from within a program using the odbc Microsoft Access Driver?

Thanks,
Tracy
 
D

Douglas J. Steele

It's strictly when you open the database using Access.

ODBC only gets at data in tables: it cannot run code.
 
Top