I have a Qry that has a criteria of
Like "*" & [Forms]![FrmSearch![Cmbo1]
However on this field there are null field entries and even if the cmbo box is null it wont display these results.
I tood out the & [Forms]![FrmSearch![Cmbo1] section and just left the wild card and again only displayed the records where this field had an entry.
How can i get it so that when no selcetion has been made in the combo box all the records show up.
Many Thanks
Like "*" & [Forms]![FrmSearch![Cmbo1]
However on this field there are null field entries and even if the cmbo box is null it wont display these results.
I tood out the & [Forms]![FrmSearch![Cmbo1] section and just left the wild card and again only displayed the records where this field had an entry.
How can i get it so that when no selcetion has been made in the combo box all the records show up.
Many Thanks