G
Guest
I have a question regarding the error message box of “The data has been
changedâ€. I have a form that has multiple tabs. The 1st tab contains main
form
information while the 2nd tab and 3rd tab have two different sub forms. The
problem is that if I change something in the 1st tab and then go to the 2nd
or 3rd tab (the subforms) and change something, the following error message
box pops up:
“The data has been changed. Another user edited and saved the changes
before you attempted to save your changes. Re-edit the record.â€
I have found that if I refresh the form after I change something on the 1st
tab, the error message would not appear when editing the subforms. However, I
really do not like the refresh feature. And, users have been complaining
that they DO NOT want to click any button when moving between tabs.
I have tried the following commands and it didn’t work (error message pops
up):
1) RunCommand acCmdSaveRecord
2) Me.Dirty = True
3) Me.requery
Thanks for answering the questions. Thanks*10000
changedâ€. I have a form that has multiple tabs. The 1st tab contains main
form
information while the 2nd tab and 3rd tab have two different sub forms. The
problem is that if I change something in the 1st tab and then go to the 2nd
or 3rd tab (the subforms) and change something, the following error message
box pops up:
“The data has been changed. Another user edited and saved the changes
before you attempted to save your changes. Re-edit the record.â€
I have found that if I refresh the form after I change something on the 1st
tab, the error message would not appear when editing the subforms. However, I
really do not like the refresh feature. And, users have been complaining
that they DO NOT want to click any button when moving between tabs.
I have tried the following commands and it didn’t work (error message pops
up):
1) RunCommand acCmdSaveRecord
2) Me.Dirty = True
3) Me.requery
Thanks for answering the questions. Thanks*10000