aymanmb: How do you open a form when someone clicks the 'add' button so that it doesn't show the other records?
missinglinq: To disable editing, does that code need to go with the 'View reocrds' type button? I'm new to writing code, so not too sure where this would lie, but it would really help me with my database.
put missinglinq's disable editing code into the onLoad of the addnewrecord form, or set the addnewrecord form's data entry record property manually and save the form.
You will need two buttons: one for enabling edit and another for disabling.