I am working on an inventory program for some friends.
They will be using this program to also print labels for the boxes their inventory is in.
Each item on the label needs to be a different color, but the color is specific to the item on the label.
I can’t say that Field X is always Blue and Field Y is always Black. X can be any color depending on what is ordered.
I have the colors stored as text along with the inventory item descritptions (vbCyan, vbBlack, etc…) in a table.
How do I tell the report to use that color?
Thanks!