Hi
I thought I posted this already but I dont see it. So I will try again.
Using Access 97, I have a form based on a query. The form has Allow Edits, Allow Additions and Allow Deletions all set to No. When a button is pushed I have this code behind that button to allow updating:
With Me
.AllowAdditions = True
.AllowEdits = True
.AllowDeletions = True
End With
That works fine. Howeverrrrrrrr, there is a subform on the form that is set up all along to allow updates, additions and deletions. But it does not allow updates on this form, even after my allow updates button is poked. What in the wide world of sports is going on? How do I allow updates in the subform?
Thanks!
I thought I posted this already but I dont see it. So I will try again.
Using Access 97, I have a form based on a query. The form has Allow Edits, Allow Additions and Allow Deletions all set to No. When a button is pushed I have this code behind that button to allow updating:
With Me
.AllowAdditions = True
.AllowEdits = True
.AllowDeletions = True
End With
That works fine. Howeverrrrrrrr, there is a subform on the form that is set up all along to allow updates, additions and deletions. But it does not allow updates on this form, even after my allow updates button is poked. What in the wide world of sports is going on? How do I allow updates in the subform?
Thanks!