I have a report which has employee names, Status (check in/out) and the amount. When report is generated, it shows all day's activity of employee checking in/out items. I manage to format check in & out to two different colors, but I would like to add additional color coding for employees who checked out the item but never checked in. is it possible? and if so what expression would be used. I tried various IIF statements but doesn't produce the results I want.
txtboxes names: TxtEmp, TxtStatus & Txtamount.
Thanks in advance.
txtboxes names: TxtEmp, TxtStatus & Txtamount.
Thanks in advance.