P
Paul
Hello,
I have a query with this in the criteria: Like "*" &
[Forms]![frmForm1]![cboNames] & "*"
and in the cboNames I have : me.requery
the autofilter cboNames works. But when I first open the form, cboNames is
still blank, the form only query whose records containing something in the
Names.
please help, is there a way to pull everything, even blank records?
I even tried: Like "*" & [Forms]![frmForm1]![cboNames] & "*" Or Is Null.
but it messes everything up. I have several of these autofilter on my form.
I have a query with this in the criteria: Like "*" &
[Forms]![frmForm1]![cboNames] & "*"
and in the cboNames I have : me.requery
the autofilter cboNames works. But when I first open the form, cboNames is
still blank, the form only query whose records containing something in the
Names.
please help, is there a way to pull everything, even blank records?
I even tried: Like "*" & [Forms]![frmForm1]![cboNames] & "*" Or Is Null.
but it messes everything up. I have several of these autofilter on my form.