If me.promised_date Is Null Then
Gives me an Object Required error.
If nz(me.promised_date,0)=0 then
Gives me the same original error.
What's weird is if you look at the image below, I have simplifed the query by just using SELECT *, and stepping through my code, the yellow highlight is where...