how make the nameof the user be viewed in unbounded field in a form

musmoniem

Member
Local time
Today, 02:59
Joined
Apr 30, 2020
Messages
30
i had a login form
i want to view the name of the username logged in with in the navigation form
here is a sample
 

Attachments

Last edited:
HalloweenWeed's answer is correct if you have Windows-based logins (local or site domain) but not if you have your own login that doesn't go through Windows facilities.
 
Which begs the question, where are you storing the users' login information and what do you do with that information after they log in?
 
Which begs the question, where are you storing the users' login information and what do you do with that information after they log in?
i had a table had every user with its password and security level ( admin , user , viewer ) every security level had its own permission in the data base
 
HalloweenWeed's answer is correct if you have Windows-based logins (local or site domain) but not if you have your own login that doesn't go through Windows facilities.
i uploaded a sample you could see it to understand me
 
you're always welcome brother!
 

Users who are viewing this thread

Back
Top Bottom