Read Only Form Is not Read only
This is a little odd.
I have a form that I have created my "frmMainMenu" out of. Many buttons exist taking the user into different forms to input information on.
For the users who are not allowed to modify the data, I created a form "frmMainMenu_ro", I used DoCmd.OpenForm.....acFormReadOnly... for all the buttons on that menu, but two of my buttons are opening the form and allowing the user to edit the first record. Then after they scroll off the first record, it acts as read only. The code between these two buttons and all the rest that are working properly is identical (except the form name, of course). I don't want to change the setting directly on the form because then the users who are allowed to enter information will not be able to either.
Even once I create the .mde file, it still reacts the same.
Has anyone seen or heard of this happening? I am clueless on how to fix this.
Thanks!
Regards,
Laura
FYI...My user id has changed. My old id was lbreitenbach
The only thing standing between you and your goal is doubt. Quit doubting yourself and you'll be able to accomplish anything!
__________________
Regards,
Laura
The only thing standing between you and your goal is doubt. Quit doubting yourself and you'll be able to accomplish anything!
|