I want same results in access 2010 as mentioned in following sql statement
case
When ALLPOs.Delivery = Receiving.Pdate then "Same"
When ALLPOs.Delivery < Receiving.Pdate then "In Time"
When ALLPOs.Delivery > Receiving.Pdate then "LATE"
End case
case
When ALLPOs.Delivery = Receiving.Pdate then "Same"
When ALLPOs.Delivery < Receiving.Pdate then "In Time"
When ALLPOs.Delivery > Receiving.Pdate then "LATE"
End case