ABreeze
Registered User.
- Local time
- Today, 03:09
- Joined
- Mar 15, 2002
- Messages
- 22
I just changed the property of my main form so that edits aren't allowed. Both the main form and subform become uneditable. This is what I want. However, I added a edit button so that the user can edit the data, but when it's clicked the main form becomes editable but the subform remains uneditable. Why is this. AllowEdits is set on the subform properties. My edit button only has one line of code:
me.allowedits=true
me.allowedits=true