M
mike
I need a way to set the visibility of a form control based on the current
users permissions to read a particular table. What would be the simples
and/or best way to do this?
something like ...
If .......Then ' Can read table
tabUpdateForm.Visible = True
Else
tabUpdateForm.Visible = False
End If
Thanks
Mike
users permissions to read a particular table. What would be the simples
and/or best way to do this?
something like ...
If .......Then ' Can read table
tabUpdateForm.Visible = True
Else
tabUpdateForm.Visible = False
End If
Thanks
Mike