Hello,
I am using Access 2000.
I have a combo box that is bound to a query that lists the status' from the following table.
Status Table
---------------------------------
id name
---------------------------------
1 Identified
2 Development
3 Owner Review
4 Approver Review
5 Signed Off
the combo box shows the name and is bound by the id.
In the report I am creating I want to set a rectangle backcolor to a specific color depending on what status the certain record is.
So if status is 1, backcolor = yellow, etc
I can set the back color easily enough, but I cannot figure out how to check which status is in the combo for the life of me. The Text or Value property aren't there, etc. I am fairly knowledgable with Access and VBA but I cannot wrap my head around this. Any ideas?
I am using Access 2000.
I have a combo box that is bound to a query that lists the status' from the following table.
Status Table
---------------------------------
id name
---------------------------------
1 Identified
2 Development
3 Owner Review
4 Approver Review
5 Signed Off
the combo box shows the name and is bound by the id.
In the report I am creating I want to set a rectangle backcolor to a specific color depending on what status the certain record is.
So if status is 1, backcolor = yellow, etc
I can set the back color easily enough, but I cannot figure out how to check which status is in the combo for the life of me. The Text or Value property aren't there, etc. I am fairly knowledgable with Access and VBA but I cannot wrap my head around this. Any ideas?
Comment