I've got a form with a combo box in the header and a subform in the detail section.
The combo box selection criteria (Maingroup Type Description) reads from the same table the subform is dependant on and basically just need to display the distinct Maingroup Type Descriptions from the source table.
1) Is it possible to only have a description (no code/key) in a combo box and filter on the subform based on the description selected?
2) Can I just add a distinct to my combo's query? Or a group by?
In both cases my combo box return a blank drop down.
I've got my Link Master/Child Fields set as Maingroup_Type_Desc.
Is there a trick to this? What am I doing wrong?
The combo box selection criteria (Maingroup Type Description) reads from the same table the subform is dependant on and basically just need to display the distinct Maingroup Type Descriptions from the source table.
1) Is it possible to only have a description (no code/key) in a combo box and filter on the subform based on the description selected?
2) Can I just add a distinct to my combo's query? Or a group by?
In both cases my combo box return a blank drop down.
I've got my Link Master/Child Fields set as Maingroup_Type_Desc.
Is there a trick to this? What am I doing wrong?