I have this subform:
FRUIT(combobox) VARIETY(combobox)
Variety combobox depends on FRUIT.
So VARIETY combobox comes from a query which has a criteria id related to what it's being chosen at FRUIT combobox.
So far so good...
The problem comes when I use this form as subform, it asks me for "Forms!MainForm!Fruit" as if it is a PARAMETER... do I have to add something special to the criteria thingie? (Forms!MainForm!Fruit)
FRUIT(combobox) VARIETY(combobox)
Variety combobox depends on FRUIT.
So VARIETY combobox comes from a query which has a criteria id related to what it's being chosen at FRUIT combobox.
So far so good...
The problem comes when I use this form as subform, it asks me for "Forms!MainForm!Fruit" as if it is a PARAMETER... do I have to add something special to the criteria thingie? (Forms!MainForm!Fruit)