I am trying to do a iif function in a query. I have two numbers that I have formatted ([Name], "General Number") and with these two numbers I am getting invalid results.
Little history:
1. Number is Actual Days in Transit
2. Number is Commit Time
I am doing an iif([Actual Days in Transit] <=[Commit Time], "Ontime","Late")
Some records come back ok showing perfect ontime, however I have some records that are not. Suggestions?
Little history:
1. Number is Actual Days in Transit
2. Number is Commit Time
I am doing an iif([Actual Days in Transit] <=[Commit Time], "Ontime","Late")
Some records come back ok showing perfect ontime, however I have some records that are not. Suggestions?