L
Larry
I have a table of "authorized" users that I want to be able to update
data through a specific form. Other users can view the data with this
form, and use the option buttons to use the filters I created, but not
change any of the data in any manner.
I have a function to see if the person is authorized and if not, I am
setting the form's ALLOWEDIT/ADD/DELETE properties to false. But this
stops the users from being able to use the option buttons too, which I
do want to allow.
I am assuming it's the AllowEdit property being set to false that
stops the user from changing the option buttons (even though they are
not tied to any field in the table). Am I going to have cycle through
each control and lock the ones I don't want them user to use (instead
of using the AllowEdit property)?
I don't want to implement full security and thought this was the "quck
and easy" way to go. Any one have any ideas?
Thanks,
Larry
data through a specific form. Other users can view the data with this
form, and use the option buttons to use the filters I created, but not
change any of the data in any manner.
I have a function to see if the person is authorized and if not, I am
setting the form's ALLOWEDIT/ADD/DELETE properties to false. But this
stops the users from being able to use the option buttons too, which I
do want to allow.
I am assuming it's the AllowEdit property being set to false that
stops the user from changing the option buttons (even though they are
not tied to any field in the table). Am I going to have cycle through
each control and lock the ones I don't want them user to use (instead
of using the AllowEdit property)?
I don't want to implement full security and thought this was the "quck
and easy" way to go. Any one have any ideas?
Thanks,
Larry