M
MARK
This seems very complex to me but may be very simple to others. I work
with Access 2003 and have a NOVELL login. Because of that we have
S_User to identify our login ID.
I've put the following code in VBA so that I can try to identify the
user in my database without them having to select themselves.
Private Sub Form_Load()
employee_login_id = Environ("s_user")
End Sub
I have a table with the records showing Employee_login_id and Employee
name.
I have a form where the employee has to select their name and I want
them to be able to just see their name. How do I go from having a
table that contains records of employee ID and Employee name as well as
having the above code from our Network Administrators to getting what I
need?
Mark
with Access 2003 and have a NOVELL login. Because of that we have
S_User to identify our login ID.
I've put the following code in VBA so that I can try to identify the
user in my database without them having to select themselves.
Private Sub Form_Load()
employee_login_id = Environ("s_user")
End Sub
I have a table with the records showing Employee_login_id and Employee
name.
I have a form where the employee has to select their name and I want
them to be able to just see their name. How do I go from having a
table that contains records of employee ID and Employee name as well as
having the above code from our Network Administrators to getting what I
need?
Mark