T
Ted
I am writing an update query...or trying to at least. I
want it to update the record if the difference between the
net date and the {Enter Date] is greater than or equal to
31 and less than 61. Below is my expression:
IIf(CDate([Enter Date])-[Net Date]>=31<61,"Over 30")
My problem is that it is updating records that have a date
difference of 1-30 days.
Any quidance would be appreciated.
want it to update the record if the difference between the
net date and the {Enter Date] is greater than or equal to
31 and less than 61. Below is my expression:
IIf(CDate([Enter Date])-[Net Date]>=31<61,"Over 30")
My problem is that it is updating records that have a date
difference of 1-30 days.
Any quidance would be appreciated.