kevinwilson
Technical User
Ok, so this is my second plea in one day, ...but whose counting anyway! As usual mucho mahalo's to anyone who can help!
Here's my dilemma.
In my shipment report, I would like to display all records shipped, including records that exceeded 10 days to ship (all records exceeding 10 shipping days would be highlighted in yellow). I'm not exactly sure on how to write this statement.
I think it would probably go something like this:
IIf([ShippedDate]-[ReceivedDate]>10 & "days to ship",then make this field yellow background,otherwise [ShippedDate]-[ReceivedDate]& "days to ship".
Is that enough to go on?
Thanks again,
Kevin
Here's my dilemma.
In my shipment report, I would like to display all records shipped, including records that exceeded 10 days to ship (all records exceeding 10 shipping days would be highlighted in yellow). I'm not exactly sure on how to write this statement.
I think it would probably go something like this:
IIf([ShippedDate]-[ReceivedDate]>10 & "days to ship",then make this field yellow background,otherwise [ShippedDate]-[ReceivedDate]& "days to ship".
Is that enough to go on?
Thanks again,
Kevin