Can I protect columns Access 2002?

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

Guest

I built a very simple table. There are only 69 records and no more. I need to
restrict the user from editing the 1st two columns. Also, I need to restrict
the user fron deleting or appending any records.
Thanks
BC
 
CBC said:
I built a very simple table. There are only 69 records and no more. I need to
restrict the user from editing the 1st two columns. Also, I need to restrict
the user fron deleting or appending any records.
Thanks
BC

Hide the Table and use a Form for the data entry. You can place all
sorts of restrictions onto the controls on a Form, but not on a Table.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 

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