Table lockout

  • Thread starter Thread starter RipperT
  • Start date Start date
R

RipperT

Hello, I have a table that is written to only by the
after_update feature from a form field. This form is not
tied to the table. How do I keep users from writing to
this table either directly or in a query result?

Thanx,

Rip
 
It might be as simple as marking the table hidden.

Otherwise, you will require implementing security and
running a query with specific permissions.

Chris Nebinger
 
Back
Top