Using: Access 2k3
My problem:
I have a table 'tblemployeeinfo' which contains, among other things a field for employee name and a field for wage.
I had initially used this table to populate many list boxes for inputting employee information. When I decided to tackle database security I noticed that the list boxes became blank. This is problematic because the basic users need access to the employee name section, but I want to keep the wage information confidential and only available at the Admin level.
My solution:
Making the initial text on the employee input form populate a new table (tblemployeename) that can then be used to populate all of the list boxes without affecting the table with wage information.
My question: Is it possible to give an object 2 control sources to do this? If yes, how. If not, what would a better solution to this problem be?
Thanks in advance.
ConfusedA
My problem:
I have a table 'tblemployeeinfo' which contains, among other things a field for employee name and a field for wage.
I had initially used this table to populate many list boxes for inputting employee information. When I decided to tackle database security I noticed that the list boxes became blank. This is problematic because the basic users need access to the employee name section, but I want to keep the wage information confidential and only available at the Admin level.
My solution:
Making the initial text on the employee input form populate a new table (tblemployeename) that can then be used to populate all of the list boxes without affecting the table with wage information.
My question: Is it possible to give an object 2 control sources to do this? If yes, how. If not, what would a better solution to this problem be?
Thanks in advance.
ConfusedA