Link to home
Start Free TrialLog in
Avatar of matheinjoe
matheinjoe

asked on

Login Form

I have a login form that allows the user to enter the system.  Once you gain access, it opens a form (Search)  to login to access a record. I would like to tie the user that logged into the first form to the record that is searched.

Log in Form - Allows User to enter Database

Search Form - Allows User to search record using a specific ID

Any Suggestions are appreciated.

Thank You!
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

What do you mean by 'tie the user'?

Do you mean you want to stop the user from moving to a different record?
Avatar of matheinjoe
matheinjoe

ASKER

No, I want to show that the User touched that record.
ASKER CERTIFIED SOLUTION
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can access the currently logged in user with

User.Identity.Name
Ignore that, I see you are Access programming; my comment was for ASP.NET.