G
Guest
I have a make table query in which I want data from the previous day before
0900 but from the current day after 0900. I have tried using
IIf(Time()<0.375,<Date() AND >Date()-1, >Date()) in the criteria field, but
I get no results. Either of the date references i.e.(>Date()) alone pulls the
correct days' data, and using the time split with other true/false qualifiers
in other columns pulls the desired results. I just can't get the time split
IIf statement to work with pulling the desired day's data. Any suggestions?
0900 but from the current day after 0900. I have tried using
IIf(Time()<0.375,<Date() AND >Date()-1, >Date()) in the criteria field, but
I get no results. Either of the date references i.e.(>Date()) alone pulls the
correct days' data, and using the time split with other true/false qualifiers
in other columns pulls the desired results. I just can't get the time split
IIf statement to work with pulling the desired day's data. Any suggestions?