|
Question : Changing forecolor in report lables
|
|
I have a table that has three fields.
First Name Last Name Entree
I have a report that will print these in a avery label 5395, but I need the Entree field to change to the color of the entree choice.
Choices and forecolors are: Beef = red or 255 Chicken = yellow or 65535 Trout = blue or 16711680 Vegitarian = green or 32768
(e.g. Entree = Beef should read Beef in Red)
Help
|
|
Answer : Changing forecolor in report lables
|
|
The help file for the BorderStyle Property lists all of the constants, but also mentions it's a design view option only. I don't believe you can change it On_Format-- I put in a few minutes and had no success anyway.
|
|
|