Does anyone think I could do these IIF statements in a Public Function Module to evualate the corresponding fields in my Query?
IIf([MON P/U] Is Not Null and [WEEKDAY]=2 and [TIME]="AM","AM",Null)
IIf([TUE P/U] Is Not Null and [WEEKDAY]=3 and [TIME]="AM","AM",Null)
IIf([WED P/U] Is Not Null...