partial security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way i can make half the fields of a table read only but the
other half editable depending on the userl? if its the admin then the talbe
should be regularly editable.

thanks
 
In the form you can lock or disable controls based on who is signed on.

You could also split the table into two (one-to-one) related tables and
apply different security to each one.
 

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

Back
Top