Hi TPetersonFlorida,
The method you've suggested in the short term is definitely simple and absolutely spot on.
The VBA method demonstrated above is quite simple if someone can edit a field and control name. I think kennetha may have forgotten to Tag his controls "ConditionalFormat", I included this method as I usually write accountany apps where my Budget, Forecast, Actual and Total columns are different colours. The Tag property is useful for managing this, having a different Tag value for each group of columns or column.
I also suggest this method because the colours available using the standard method are limited to 40, where as with VBA there are literally millions.
The standard method also limits the user to just 3 conditions, using VBA the amount of conditions are only limited by available disc space, hence the Delete method demonstrated above. However many conditions, 1 or say a 1000 the previous condition is always deleted making way for the new condition.
Anyway, just thought I'd try to explain the benefits of going down the VBA road.
Keep up the good work.
Bill