Table lockout

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
 
C

Chris Nebinger

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top