Hi,
I have three buttons that open the same form in different data modes.
The different modes are:
acFormPropertySettings
acFormEdit
acFormReadOnly
The event code looks like this:
Now, over to my problem. Everything works fine when I open the form in PropertySettings and Edit mode. After I open the form in ReadOnly mode, the readonly data mode becomes the forms permanent PropertySettings. After opening in readonly mode, I'm not able to go into Edit mode to edit the records.
I created a small test database to try to replicate this problem, but everything works fine in all three modes.
Whats up with that?!
Any help on this matter is GREATLY appreciated!!
I have three buttons that open the same form in different data modes.
The different modes are:
acFormPropertySettings
acFormEdit
acFormReadOnly
The event code looks like this:
Code:
DoCmd.OpenForm "Form2", , , "[ID]=forms!Form1.form![ID]", [B]acFormReadOnly[/B]
Now, over to my problem. Everything works fine when I open the form in PropertySettings and Edit mode. After I open the form in ReadOnly mode, the readonly data mode becomes the forms permanent PropertySettings. After opening in readonly mode, I'm not able to go into Edit mode to edit the records.
I created a small test database to try to replicate this problem, but everything works fine in all three modes.
Whats up with that?!
Any help on this matter is GREATLY appreciated!!