How to Prompt user at opening

  • Thread starter Thread starter Dib
  • Start date Start date
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
 
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
 
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
 
Back
Top