M
Me
I have an access form comprising of 3 subforms that in turn are linked to 3
different sql tables.
For some users, I would like them to insert records into just one subform
while the other two subforms are still available for viewing. I am able to do
this, wherein they will get error at the time of saving record. However, I
would like to restrict users from even data entry into the two forms in which
they shouldnt be entering any data. How can it be done without putting a
check for each and every entry on the form?
Imagine you have employee payroll, you can see the employee name, address,
ssn, etc. on top window.
2nd window shows dependents information.
the 3rd window is to enter some comments, users should be able to just add
comments into the 3rd window without making any changes to the 1st two
windows. The 1st two windows should be kinda greyed out. Is it easily doable?
Thanks for your help in advance!
-Me
different sql tables.
For some users, I would like them to insert records into just one subform
while the other two subforms are still available for viewing. I am able to do
this, wherein they will get error at the time of saving record. However, I
would like to restrict users from even data entry into the two forms in which
they shouldnt be entering any data. How can it be done without putting a
check for each and every entry on the form?
Imagine you have employee payroll, you can see the employee name, address,
ssn, etc. on top window.
2nd window shows dependents information.
the 3rd window is to enter some comments, users should be able to just add
comments into the 3rd window without making any changes to the 1st two
windows. The 1st two windows should be kinda greyed out. Is it easily doable?
Thanks for your help in advance!
-Me