My form has the Allow Additions property set to Yes. When I first created the form, everything worked fine. However, after working on the design, record source, code etc, suddenly the form will not allow records to be added. I'm calling the form with:
DoCmd.OpenForm stDocName, , , stLinkCriteria
So the property should not be overridden. This has happened multiple times and I have to go back to a prior version and recopy the code, etc. I know something must be overriding it, but there isn't any code setting it to No. I've made sure of that every time.
Any ideas what could be causing this problem?
Thanks
DoCmd.OpenForm stDocName, , , stLinkCriteria
So the property should not be overridden. This has happened multiple times and I have to go back to a prior version and recopy the code, etc. I know something must be overriding it, but there isn't any code setting it to No. I've made sure of that every time.
Any ideas what could be causing this problem?
Thanks