I have tried to research this on my own, and I'm now turning to the pros.
My setup:
Combobox 1 = boxtype
Combobox 2 = boxcrop
Form = Forages
Table1 = Type of Crop
Table2 = Cropnames
I have two cascading boxes which when I select my first, it gives the error:
"Enter Parameter Value - Forms!Forages!boxtype"
If I click through this I get -
User-defined type not defined (It is refering to the After Update expression).
My 1st combo box has my [Type-of-Crop] table as its row source and table/Query as Row Source Type.
After Update has [event procedure] Me![boxcrop].Requery
I have also checked my criteria on my query which is my rowSource on my second combobox:
Query:
Crop -
CropTypeID and criteria under the cropTypeID is - [Forms]![Forage]![boxtype].
Is this obvious to anyone?
Thanks in advance.
Marina
My setup:
Combobox 1 = boxtype
Combobox 2 = boxcrop
Form = Forages
Table1 = Type of Crop
Table2 = Cropnames
I have two cascading boxes which when I select my first, it gives the error:
"Enter Parameter Value - Forms!Forages!boxtype"
If I click through this I get -
User-defined type not defined (It is refering to the After Update expression).
My 1st combo box has my [Type-of-Crop] table as its row source and table/Query as Row Source Type.
After Update has [event procedure] Me![boxcrop].Requery
I have also checked my criteria on my query which is my rowSource on my second combobox:
Query:
Crop -
CropTypeID and criteria under the cropTypeID is - [Forms]![Forage]![boxtype].
Is this obvious to anyone?
Thanks in advance.
Marina