Hi,
Glad it was easy to fix.
Here is what I know and I am NOT an expert:
The answer to your question is yes, but to truly lock it down you would have
to use VBA code (not recommended if you are not very good at VBA or Access)
or Access Security. But you have to be very careful lest you lock everybody,
including yourself, out of the DB! If you want to go this route I suggest
you do some research first until you understand the process.
In the meantime, and this may be adequate for your needs, you can open the
Form's Properties Sheet, click on the Other tab, and down at the bottom of
the sheet set the "Allow Design Changes" to "Design View Only".
This will mean that you cannot just right click on the form or a control and
change its properties. You have to use the menu or a toolbar.
And the most important thing of all: Make a copy of your DB and keep it
somewhere safe!
Then if someone changes one of your forms or reports you can delete that
form or report and import it back in from your copy. Importing Forms and
Reports will have no effect on your actual data. But if you import a table,
you will loose any data in that table that was added after you made your copy.
Someone else may have a better solution about your DB security.
Hunter57