L
Len
I have an Access database that is calling another Access database using the
shell function with the full path of Access, the mdw file, user name and
password. Currently a user name and password is put in the code. I would like
to capture the user id and password, insert it in the shell function and pass
it to the called Access database. I am able to capture the user name using
the CurrentUser() function but have not been able to figure out how to
capture the password. Thanks.
shell function with the full path of Access, the mdw file, user name and
password. Currently a user name and password is put in the code. I would like
to capture the user id and password, insert it in the shell function and pass
it to the called Access database. I am able to capture the user name using
the CurrentUser() function but have not been able to figure out how to
capture the password. Thanks.