G
Guest
Hi - a bit of context ....
* I have an ACCESS report which sources it's data from an EXCEL spreadsheet.
This s/sheet is a departmental schedule which shows multiple agent start,
break and finish times etc
* The ACCESS report is the INDIVIDUAL schedule for the week, for each agent.
* The linked table automatically formats the time fields as h:nn AM/PM
In my report I want my start field to recognise following conditions like:
IF the agent's start time was at 1:00 AM - then they were on a 'rostered day
off"
IF the agent's start time was at 2:00 AM - then they were on 'Annual Leave'
IF the agent's start time was at 3:00 AM - then they were on 'Sign Ups' etc,
etc
I have tried a number of Iif statements that come back as error as they
don't seem to be recognising the time values, where am I going wrong?
Iif([Start]="1:00 AM","RDO",[Start])
Iif([Start]="1:00:00 a.m.","RDO",[Start])
Iif([Start]=1,"RDO,[Start]))
TIA
* I have an ACCESS report which sources it's data from an EXCEL spreadsheet.
This s/sheet is a departmental schedule which shows multiple agent start,
break and finish times etc
* The ACCESS report is the INDIVIDUAL schedule for the week, for each agent.
* The linked table automatically formats the time fields as h:nn AM/PM
In my report I want my start field to recognise following conditions like:
IF the agent's start time was at 1:00 AM - then they were on a 'rostered day
off"
IF the agent's start time was at 2:00 AM - then they were on 'Annual Leave'
IF the agent's start time was at 3:00 AM - then they were on 'Sign Ups' etc,
etc
I have tried a number of Iif statements that come back as error as they
don't seem to be recognising the time values, where am I going wrong?
Iif([Start]="1:00 AM","RDO",[Start])
Iif([Start]="1:00:00 a.m.","RDO",[Start])
Iif([Start]=1,"RDO,[Start]))
TIA