V
Vivian Carroll
In Access 2000, I have written code for my main data entry form that checks
to see whether the user belongs to the Engineers group and if so, then
disables the AddRecord button (and some others). However, in the future, I
might add other groups that also should be blocked from adding, so I think
it would be better to say:
If the user does not have permission to Update Data in the Drawings table,
then disable the AddRecord button.
Can anyone help me with the code for "if the user does not have permission
to Update Data in the Drawings table"?
TIA,
Vivian Carroll
to see whether the user belongs to the Engineers group and if so, then
disables the AddRecord button (and some others). However, in the future, I
might add other groups that also should be blocked from adding, so I think
it would be better to say:
If the user does not have permission to Update Data in the Drawings table,
then disable the AddRecord button.
Can anyone help me with the code for "if the user does not have permission
to Update Data in the Drawings table"?
TIA,
Vivian Carroll