MsLady
Traumatized by Access
- Local time
- Yesterday, 16:29
- Joined
- Jun 14, 2004
- Messages
- 438
I have a table that contains fields as follows: [userId], [userName], [userFullname]. About 10 users (records) in total.
I have a function username() that gets the username of a user from their logon.
Now on my form, i have a textbox that I'd like to display the Fullname of the user that's currently logged on the form (On Open event). Meaning, it will get their username from my function, then compare it to values in the users table and display the full name of the user when the user opens to form to view their records.
Can anyone enlighten me on how to do this. I have tried tried tried, my methods aren't getting me anywhere.
Any help, suggestions, ideas will be greatly appreciated!
I have a function username() that gets the username of a user from their logon.
Now on my form, i have a textbox that I'd like to display the Fullname of the user that's currently logged on the form (On Open event). Meaning, it will get their username from my function, then compare it to values in the users table and display the full name of the user when the user opens to form to view their records.
Can anyone enlighten me on how to do this. I have tried tried tried, my methods aren't getting me anywhere.
Any help, suggestions, ideas will be greatly appreciated!