G
Guest
I have created a report that is running from a query. The fields in the
query include 5 date text boxes from a form. These date text boxes relate to
5 other name text boxes that are also included in the query. I only want
these names and dates to show up on my report when the date text box is null.
So, in my query, I have put "is null" in the criteria field. The problem is
that if there is a date in only 1 of the date text boxes in the form (but the
other date text boxes are null, so they should show up on the report),
nothing from that form is showing up on the report. If all 5 date text boxes
are null, they all show up. What am I doing wrong? Thanks.
query include 5 date text boxes from a form. These date text boxes relate to
5 other name text boxes that are also included in the query. I only want
these names and dates to show up on my report when the date text box is null.
So, in my query, I have put "is null" in the criteria field. The problem is
that if there is a date in only 1 of the date text boxes in the form (but the
other date text boxes are null, so they should show up on the report),
nothing from that form is showing up on the report. If all 5 date text boxes
are null, they all show up. What am I doing wrong? Thanks.