farhanleos
Registered User.
- Local time
- Today, 09:54
- Joined
- Oct 19, 2017
- Messages
- 38
Gentlemen,
Greetings
i am working on a database with multi user access with different security level
i created a search form "000-SEARCH PROJECT QUERY" based on query
where i have
1- Combobox "combo41" (shows proponent values from the query)
2- Listbox "List50" (Populate the filtered data based on combobox)
3- Textbox "text22" (auto populate the login user security level i.e "1",2..
Aim:
when a user with login by his security level i.e "1"
when he execute the search form the combox will show him just those proponents he is responsible which comes under his security level
so he can select the correct proponent and i will show the list of filtered data in the listbox under that proponent
Accomplishments:
my combobox showed all proponents without filteration
and on selecting any proponent list box filtered the data
but that is not what i want
i add a text box which shows the security level of login user on executing this form i.e one user login and his security level is "1"
i tried different ways to get what i want but failed here
please Help me out Professionals ..
Greetings
i am working on a database with multi user access with different security level
i created a search form "000-SEARCH PROJECT QUERY" based on query
where i have
1- Combobox "combo41" (shows proponent values from the query)
2- Listbox "List50" (Populate the filtered data based on combobox)
3- Textbox "text22" (auto populate the login user security level i.e "1",2..
Aim:
when a user with login by his security level i.e "1"
when he execute the search form the combox will show him just those proponents he is responsible which comes under his security level
so he can select the correct proponent and i will show the list of filtered data in the listbox under that proponent
Accomplishments:
my combobox showed all proponents without filteration
and on selecting any proponent list box filtered the data
but that is not what i want
i add a text box which shows the security level of login user on executing this form i.e one user login and his security level is "1"
i tried different ways to get what i want but failed here
please Help me out Professionals ..