Working with null dates has always been confusing to me - hopefully one of you can answer my below question :)
I have a line in an MS Access query that looks like this:
IIf([Forms]![fWorkOrderLog
]![WOStart
Date] Is Null,nz([WorkOrderDate]),B
etween [Forms]![fWorkOrderLog]![W
OStartDate
] And [Forms]![fWorkOrderLog]![W
OEndDate])
When the dates are blank - it returns all rows (which is what I want).
My problem is, when a valid date range is entered on the form, no records are returned.
Any suggestions?
-Bill
Start Free Trial