Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password / Login 1

Status
Not open for further replies.

jbento

Technical User
Jul 20, 2001
573
US
I would like to create a way for a user to login and use a password for their particular record in the database. Could I make a user table with an ID field that is associated with their record, and create a login / password prompt for that? Does anyone know how I could go about doing this? Is their easy code for this? Please help. Thanks.
 
Can the code check the currentuser after workgroups and user level security is implemented and open an appropriate form upon entry (say a manager's console or another one for just a normal user). Also is there a way of getting it to display the name of the user on that opening form (there would be no relationship between the User ID in the workgroup file and the user's name as there is no user name field in the workgroup file).
 
You could modify the table and user maintenance form to hold the user's name.
Set the logon code to bypass the logon screen if the user has already looged on (e.g. NT), but still access the table to pick up those details.
 
Please write the code ... i have been tring to find a way to limit user access for some time now....
i think the current user will do the trick ...
thanks
amal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top