J
Joe
I have 3 time fields in a table, MyTable: Time1, Time2,
Time3
I am using an update query with the following expression:
IIf([Time2]<[Time1], [Time2]=[Time3], [Time2])
Doesn't work. When, the expression is True, the Time2
field gets 12:00:00 AM, which is wrong data. I want it to
change the value of Time2 to be the same as Time3 if the
statement is True. Otherwise, if the expression is False,
don't change anything (this part works fine).
What am I doing wrong?
Time3
I am using an update query with the following expression:
IIf([Time2]<[Time1], [Time2]=[Time3], [Time2])
Doesn't work. When, the expression is True, the Time2
field gets 12:00:00 AM, which is wrong data. I want it to
change the value of Time2 to be the same as Time3 if the
statement is True. Otherwise, if the expression is False,
don't change anything (this part works fine).
What am I doing wrong?