I recently split my database into back end and front end to overcome a conflict caused by multiple users (learn something new every day). Now I'm wondering - can I create a front end version with everything locked against editing?
I have a very small team of data inputters, and a much larger team of data users. It would be handy to be able to give the users a copy of the front end and say "here's how you find info; you can't change anything; go for your life". Maybe then the pestering emails will dwindle off (we can all dream, can't we?).
My assumption is that I simple copy the front end; delete anything the users don't need; and then change the form properties to no edit, no delete, no new records.
It just seems a little too simple, so I thought I'd check it really is as obvious as it seems.
I have a very small team of data inputters, and a much larger team of data users. It would be handy to be able to give the users a copy of the front end and say "here's how you find info; you can't change anything; go for your life". Maybe then the pestering emails will dwindle off (we can all dream, can't we?).
My assumption is that I simple copy the front end; delete anything the users don't need; and then change the form properties to no edit, no delete, no new records.
It just seems a little too simple, so I thought I'd check it really is as obvious as it seems.