I
Ian
I"m using a combobox to sort a query.
In the main form [Frm_RecallList] is a combobox call TxGrp.
There is a subform based on a query that has the where field states:
[Forms].[Frm_RecallList].[TxGrp]
When the user changes the combobox in the Frm_RecallList the Onchange event
is set to Requery the subform.
I can't get it to show all records. I tried not limiting to the list in the
combobox and allow * but it returns no records.
Any ideas?
In the main form [Frm_RecallList] is a combobox call TxGrp.
There is a subform based on a query that has the where field states:
[Forms].[Frm_RecallList].[TxGrp]
When the user changes the combobox in the Frm_RecallList the Onchange event
is set to Requery the subform.
I can't get it to show all records. I tried not limiting to the list in the
combobox and allow * but it returns no records.
Any ideas?