A
AB
I have a report that gives me details about item records. We have several
hundred customers who have orders in process at any given time that show up
on these reports. There are a few dozen customers who's orders we pay
particular attention to. Is there any the report can highlight records that
belong to one of these particular customers?
My first idea was conditional formating, but we would have too many
conditions. I also considered having the detail fields on top of a
transparent box that would have it's properties changed to solid and it's
background color changed to a light gray when shipper = "special customer",
but I can't figure out the VBA part of that?
I also have considered creating a control panel where the user could select
any important accounts from multi-select listbox which would provide
parameters for the query, limiting to only those customers selected, but I
can't get that to work either.
Any help would be greatly appreciated.
hundred customers who have orders in process at any given time that show up
on these reports. There are a few dozen customers who's orders we pay
particular attention to. Is there any the report can highlight records that
belong to one of these particular customers?
My first idea was conditional formating, but we would have too many
conditions. I also considered having the detail fields on top of a
transparent box that would have it's properties changed to solid and it's
background color changed to a light gray when shipper = "special customer",
but I can't figure out the VBA part of that?
I also have considered creating a control panel where the user could select
any important accounts from multi-select listbox which would provide
parameters for the query, limiting to only those customers selected, but I
can't get that to work either.
Any help would be greatly appreciated.