T
Tony Scullion
Hi Group,
I have a main form (frmSearch) and a subform
(frmSearchSubForm). On my main form I have a combo box
(xMeasuresMeasures). I am trying to filter the data in
the subform depending upon the selection made in the combo
box.
The data in my subform is populated by a query
(qrySearch). The query contains a lot of Nulls. How do I
filter the data in my subform using the combo box so that
it removes the Nulls during the filtering process to show
selected data only? I would then anticipate a button to
reverse this process to show all records.
Thanks in anticipation.
Tony
I have a main form (frmSearch) and a subform
(frmSearchSubForm). On my main form I have a combo box
(xMeasuresMeasures). I am trying to filter the data in
the subform depending upon the selection made in the combo
box.
The data in my subform is populated by a query
(qrySearch). The query contains a lot of Nulls. How do I
filter the data in my subform using the combo box so that
it removes the Nulls during the filtering process to show
selected data only? I would then anticipate a button to
reverse this process to show all records.
Thanks in anticipation.
Tony