G
Guest
Hi everyone,
I am using Access XP and have ran into a really annoying problem with this
whole conditional formatting limitation. Hopefully someone has managed to
get around this. I have tried several of the VBA recommendations found on
Microsofts site and it still doesn't seem to get around the issue when you
are trying to format more than one control at a time.
I have four fields in a subform and for ease of reference, lets call them:
- TradeType
- TradeVolume
- TradeCost
- TradeSurcharge
TradeType is a simple string field and the rest are all numerics.
The TradeType can be one of 6 different states and based on that state, they
want the entire row (the remaining fields) to have a different back color.
Every time I try to code this, I end up getting the three conditional rules
error.
Does anyone have any advice as to how I might be able to get around this.
Thank you very much in advance.
Lance
I am using Access XP and have ran into a really annoying problem with this
whole conditional formatting limitation. Hopefully someone has managed to
get around this. I have tried several of the VBA recommendations found on
Microsofts site and it still doesn't seem to get around the issue when you
are trying to format more than one control at a time.
I have four fields in a subform and for ease of reference, lets call them:
- TradeType
- TradeVolume
- TradeCost
- TradeSurcharge
TradeType is a simple string field and the rest are all numerics.
The TradeType can be one of 6 different states and based on that state, they
want the entire row (the remaining fields) to have a different back color.
Every time I try to code this, I end up getting the three conditional rules
error.
Does anyone have any advice as to how I might be able to get around this.
Thank you very much in advance.
Lance