Hi,
I am using Access 2003 on Windows XP, SP2. I am using the following IIF statement
and it is giving me the two returns. I would like to add 1600 and 2359 and a get a return of Evening and 0 to 759 to get a return of Mids. Is it possible to use an IIf statement so that I could get 3 returns, so evening and mids could be seperated as well. If not does anyone know a way to get the result I am looking for. Thanks.
I am using Access 2003 on Windows XP, SP2. I am using the following IIF statement
Code:
Shift: IIf([i_timerec] Between 800 And 1559,"Day","Evening/Mids")
Comment