How do I keep records entered in a table from ever being changed?

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

Guest

How do I keep records entered in a table from ever being changed by mistake?
I don't know where to begin. Anyone ever done this? I want to be able to
enter the record once and then make sure it never gets changed by mistake.

Thanks!

Rocky
 
rockyd7 said:
How do I keep records entered in a table from ever being changed by mistake?
I don't know where to begin. Anyone ever done this? I want to be able to
enter the record once and then make sure it never gets changed by mistake.

Set your form properties...

AllowAdditions = Yes
AllowDeletes = No
AllowEdits = No
 

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