B
Ben
I have a form that changes the color of the combo box to a color based on the
user's choice.
if [PreviousStatus] = "Blue" Then
[PreviousStatus].BackColor = 16711680
I have this information in a table. Separately, on a subreport I want the
subreport to show the right color for whatever the value is from that table
from [PreviousStatus] to be on the subreport too. Is that possible? Does
that make sense?
user's choice.
if [PreviousStatus] = "Blue" Then
[PreviousStatus].BackColor = 16711680
I have this information in a table. Separately, on a subreport I want the
subreport to show the right color for whatever the value is from that table
from [PreviousStatus] to be on the subreport too. Is that possible? Does
that make sense?