insert right

T

tony wong

i have the following code to check authorizeduser

if authorizeduser <> currentuser then
me.allowedits = false

however, i think i just need the "read" right in the field (another table)
of "authorizeduser" for checking only but fail to open the form if the
authorizeduser is "null"

after adding "insert" right in authorizeduser, it is ok.

but i don't like user to have "insert" right for security reason.

anything wrong. thanks a lot.
 
Top