G
Guest
All the field below are in Date/Time Field. Is there any problem with the SQL
statement below as I got no result printed even though [BEG_WORK] is more
than [SCHD_START]? I am trying to use Update SQL Queries.
I am trying to display the duration of [LATE_HRS] if [BEG_WORK] is more than
[SCHD_START]. If [BEG_WORK] <=[SCHD_START] Then 0:00 will be show.
IIf(([BEG_WORK]>[SCHD_START]),([LATE_HRS]=([BEG_WORK]-[SCHD_START])),([LATE_HRS]="#0:00#"))
statement below as I got no result printed even though [BEG_WORK] is more
than [SCHD_START]? I am trying to use Update SQL Queries.
I am trying to display the duration of [LATE_HRS] if [BEG_WORK] is more than
[SCHD_START]. If [BEG_WORK] <=[SCHD_START] Then 0:00 will be show.
IIf(([BEG_WORK]>[SCHD_START]),([LATE_HRS]=([BEG_WORK]-[SCHD_START])),([LATE_HRS]="#0:00#"))