How do I make a table with some read-only records and some changab

C

chyc

I have a database that has one table with over 10,000 records. In that
table, I need to make some records read-only. Can that be done? Thank you.
 
P

Piet Linden

I have a database that has one table with over 10,000 records.  In that
table, I need to make some records read-only.  Can that be done?  Thank you.

sort of. Say there's a Yes/No field in your table that indicates
whether the record is read-only. In the OnCurrent event of your form,
set the AllowEdits property to Not(IsReadOnlyFlag).
 

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