I'm using Access 2000 and I have a form called BillsOverview. On that form is a subform called Bills which is setup as a datasheet view and displays BillDescription and DaysRemaining. The other columns are hidden including a column with a color code. The valid codes are RED, YELLOW, and GREEN. I would like to change the background color of the record displayed based on the color code. From other posts I think conditional formatting is what I need to use. I set it up like this:
Condition 1 Forms!form!sfrmBills!ColorCode="RED"
Condition 2 Forms!form!sfrmBills!ColorCode="YELLOW"
Condition 3 Forms!form!sfrmBills!ColorCode="GREEN"
I changed the appropriate background and font color to what I wanted but nothing is changing. Does anyone know where I'm going wrong?
Thanks
Condition 1 Forms!form!sfrmBills!ColorCode="RED"
Condition 2 Forms!form!sfrmBills!ColorCode="YELLOW"
Condition 3 Forms!form!sfrmBills!ColorCode="GREEN"
I changed the appropriate background and font color to what I wanted but nothing is changing. Does anyone know where I'm going wrong?
Thanks