S
Santiago Gomez
Hello
I have a simple search form, with a subform (in datasheet mode) whose
recordsource is a query. The query has all the search fields and under each
criteria it has:
Like "*" & form_frmName.txtBox1 & "*"
etc
The search works well, but it doesnt show any records where one of the
search fields is empty (null).
what can I do to show all records, even if other fields are null?
thanks
I have a simple search form, with a subform (in datasheet mode) whose
recordsource is a query. The query has all the search fields and under each
criteria it has:
Like "*" & form_frmName.txtBox1 & "*"
etc
The search works well, but it doesnt show any records where one of the
search fields is empty (null).
what can I do to show all records, even if other fields are null?
thanks