thread702-1434007
Instead of using the hardcoded color (FC.BackColor = 9033867) how do I use the color number from a field (i.e. RecordColor) on each record? Using FC.BackColor = Me.RecordColor does not work as it picks up the color from the first record on the continuous form.
Instead of using the hardcoded color (FC.BackColor = 9033867) how do I use the color number from a field (i.e. RecordColor) on each record? Using FC.BackColor = Me.RecordColor does not work as it picks up the color from the first record on the continuous form.