M
Mus' via AccessMonster.com
Having a bad day at the office.......
I'm trying to implement a simple procedure set the
AllowAdditions/Edits/Deletions on a form and all of its subforms.
I'm trying allong the lines of:
For Each SubForm in Forms!frmTest
AllowAdditions = False
AllowEdits = False
AllowDeletions = False
Next
However, when debug.printing this seems to list all of the controls in the
form?
Any assistance for appreciated ....It's been a long day (suspect database
corruption (search key not found) and the above properties seems to have
reset themselves randomly?).....
I'm trying to implement a simple procedure set the
AllowAdditions/Edits/Deletions on a form and all of its subforms.
I'm trying allong the lines of:
For Each SubForm in Forms!frmTest
AllowAdditions = False
AllowEdits = False
AllowDeletions = False
Next
However, when debug.printing this seems to list all of the controls in the
form?
Any assistance for appreciated ....It's been a long day (suspect database
corruption (search key not found) and the above properties seems to have
reset themselves randomly?).....