How to Prompt user at opening

D

Dib

Hi,

How do I prompt the user to enter name and password when the .adp is been
opened.

I have created a form with txtname and txtpassword, the connection is good,
but when I go to customer form the user is getting prompted again with the
SQL Server login.

Thanks
Dib
 
J

J Arty

Why do you wan't to do that, just let the user log in with the sql log in
and chack the useid with dbcCurrentUser
then set security according to the user id returned
 
D

Dib

Thanks
Dib

J Arty said:
Why do you wan't to do that, just let the user log in with the sql log in
and chack the useid with dbcCurrentUser
then set security according to the user id returned
 
Top