G
Guest
I'm totally drawing a blank. Can someone help?
I need to build a query that queries 75 controls on a form.
Basically says if a control on the form is null, give me everything, but if
the control is not null, use that as criteria in the query grid.
The problem I have is that the user is not going to fill in all the fields
on the form.
And if I make my query criteria to the form control, if it's blank, the
resultset is no records.
G
I need to build a query that queries 75 controls on a form.
Basically says if a control on the form is null, give me everything, but if
the control is not null, use that as criteria in the query grid.
The problem I have is that the user is not going to fill in all the fields
on the form.
And if I make my query criteria to the form control, if it's blank, the
resultset is no records.
G