I do not know a thing about VBA but i need to expand my conditional formatting options to more than three options
I simply need to change the color of the text in a record in a form based upon a values in another field
ex.
if [Value]>100 make [Customer_Name] Font Red
if [Value]<100 and [Value]>75 make [Customer_Name] Font Orange
if [Value]<75 and [Value]>50 make [Customer_Name] Font Yellow
if [Value]<50 and [Value]>25 make [Customer_Name] Font Green
then if [Value]>100 and [Payment_Received] = "no" make [Customer_Name] Font Red and background blue
etc.
Any help would be greatly appreciated
Thanks,
Will
I simply need to change the color of the text in a record in a form based upon a values in another field
ex.
if [Value]>100 make [Customer_Name] Font Red
if [Value]<100 and [Value]>75 make [Customer_Name] Font Orange
if [Value]<75 and [Value]>50 make [Customer_Name] Font Yellow
if [Value]<50 and [Value]>25 make [Customer_Name] Font Green
then if [Value]>100 and [Payment_Received] = "no" make [Customer_Name] Font Red and background blue
etc.
Any help would be greatly appreciated
Thanks,
Will