Can I protect columns Access 2002?

C

CBC

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
 
V

Vincent Johns

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.
 
Top