I have a report called rptCarSheet that is grouped on a field called ShiftID. In the ShiftID Group I have several fields that I am trying to input data by the following expression:
[exp] =IIf([AreaID]="1",[Employee]) [exp]
for each field I have changed the AreaID value the the value I need "2" "3" etc.
My problem is that it only works for the first instance entered. I have tried it in the details section as well and get the same issue.
Please tell me what I am doing wrong
Thanks
Dan
[exp] =IIf([AreaID]="1",[Employee]) [exp]
for each field I have changed the AreaID value the the value I need "2" "3" etc.
My problem is that it only works for the first instance entered. I have tried it in the details section as well and get the same issue.
Please tell me what I am doing wrong
Thanks
Dan
Comment