Password Question

asnyder

Registered User.
Local time
Today, 21:06
Joined
Jan 28, 2002
Messages
24
I wish to password protect a database so that it can't be imported into another database, but I want this to be transparent to the users who are accessing the application through it's forms. Is there a way to send the password automatically when opening up the start up form?
 
Hello asnyder,

Try using OpenArgs while opening the next form with DoCmd.OpenForm.

m0use
 
asnyder said:
Is there a way to send the password automatically when opening up the start up form?

Do you mean by email?
 

Users who are viewing this thread

Back
Top Bottom