H
Henry
I would like to use the
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase file, , pwd
DAO method to view an external table inside a listbox and than open a record
in a form and manipulate the data.
Of course I could just import the table, but for security I can't do this,
because this way you have unprotected access to passwd protected .mdb files.
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase file, , pwd
DAO method to view an external table inside a listbox and than open a record
in a form and manipulate the data.
Of course I could just import the table, but for security I can't do this,
because this way you have unprotected access to passwd protected .mdb files.