I set up a reference table in Access 2000 with some specs, now I want to reference this table and color code my form based on the value, for example.
I want to check to see if tablename.fieldname is less than or equal to field1 or greater than or equal to field1, and then color = red, yellow or green.
I looked online and I have done something like this using Select case statements in VB.NET, but never referencing a table and field name
Kai-What?
I want to check to see if tablename.fieldname is less than or equal to field1 or greater than or equal to field1, and then color = red, yellow or green.
I looked online and I have done something like this using Select case statements in VB.NET, but never referencing a table and field name
Kai-What?