olorin
Registered User.
- Local time
- Today, 02:48
- Joined
- Jun 9, 2006
- Messages
- 81
I know Conditional Formatting has been "done to death" on here, but search as I might, I cannot find a solution to my particular problem.
My problem is this;
I have a report that lists (among other things) Products.
There are many products, and I wish to conditionally format the product based on the wether it is right-handed, left-handed, a particular brand, etc, etc,.
The report generates the products from the "tblProducts" and has the primary key as it's bound column.
The Primary keys I wish to format on are;
between 155 and 158, AND 213 and 214 (for left hand customer 1)=(format1)
between 159 and 162, AND 215 and 216 (for right hand customer 1)= (format2)
between 163 and 169, AND 221 and 222 (for left hand customer 2)= (format3)
between 170 and 174, AND 322 and 323 (for right hand customer 2)= (format4)
between 250 and 268 (for customer 3)= (format5)
Naturally, "Conditional Formatting" doesn't accomodate more than 3 conditions, so I thought I would have to do it with VBA.
Any advice would be most appreciated.
My problem is this;
I have a report that lists (among other things) Products.
There are many products, and I wish to conditionally format the product based on the wether it is right-handed, left-handed, a particular brand, etc, etc,.
The report generates the products from the "tblProducts" and has the primary key as it's bound column.
The Primary keys I wish to format on are;
between 155 and 158, AND 213 and 214 (for left hand customer 1)=(format1)
between 159 and 162, AND 215 and 216 (for right hand customer 1)= (format2)
between 163 and 169, AND 221 and 222 (for left hand customer 2)= (format3)
between 170 and 174, AND 322 and 323 (for right hand customer 2)= (format4)
between 250 and 268 (for customer 3)= (format5)
Naturally, "Conditional Formatting" doesn't accomodate more than 3 conditions, so I thought I would have to do it with VBA.
Any advice would be most appreciated.