subform allow additions works sometimes

sammers101

Registered User.
Local time
Today, 01:11
Joined
May 11, 2012
Messages
89
I have a form (edit inventory) with subform (inventory levels) that when first displayed, does not allow additions (inventory levels does not allow additions).
However, once I filter my subform by fields, it allows additions

The filter's code is paraphrased to:
browse to: inventory levels
path:main.navigation.subform>productList.DS>edit inventory.subform
data mode edit

Also, this is a webform, I find often times the solutions posted require going into design mode..which I can't do

I'm guessing the problem is when I filter it reloads without the setting somehow, maybe I am wrong
I've uploaded the file, if you open Main, click Cards, then edit Needed cards, this is the form I am talking about

Thanks for any help
 

Attachments

Access 2010 webforms right? I don't have that version of Access but are you setting this property in code?
 
Access 2010 web forms yup. I am using macro tools, pretty sure I can't use vb code because it is a web form
 

Users who are viewing this thread

Back
Top Bottom