oxicottin
Learning by pecking away....
- Local time
- Yesterday, 23:16
- Joined
- Jun 26, 2007
- Messages
- 870
Hello, I have a navigation form (first time trying this) that one of my tabs has a form with a subform. When I open the navigation form and select that tab with the form/subform I get a popup that is asking for a criterion that the subform uses and is linked to its form if that makes sense.
Now if I don't open the "Navigation form" and just open the form/subform by itself then the criteria the sub uses works fine. I have tried several syntaxes in the criteria for the subform but it always goes back to incorrect formula syntax. What am I doing wrong?
Navigation form is frm_Main
Form that has the subform is frm_ProductHoldData
and its subform name is sfrm_ProductHoldData
I have tried:
Suggestions?
Now if I don't open the "Navigation form" and just open the form/subform by itself then the criteria the sub uses works fine. I have tried several syntaxes in the criteria for the subform but it always goes back to incorrect formula syntax. What am I doing wrong?
Navigation form is frm_Main
Form that has the subform is frm_ProductHoldData
and its subform name is sfrm_ProductHoldData
I have tried:
- [Forms]![frm_ProductHoldData]![txtHoldID]
- Forms!frm_Main!frm_ProductHoldData.Form!txtHoldID
Suggestions?