Hi, all,
I am experiencing a trouble in changing the color (backcolor) of each row in a datasheet subform. Here is what i want to achieve:
I have a subform w/datesheet view on the main form. This subform is editable directly from the table records. The main form has no recordsource, but some buttons to be clicked.
On the subform, there is a text box called "txtStatus" with the different values of Open/Requested/Completed form the table. When the main form loaded, i like to see all rows in subform with txtStatus = "open" to appear in RED, rows with txtStatus = "Requested" in Yellow, and "Completed" in Green.
I think there should be a way for us to dynamic assign different backcolor for different rows in a datasheet view? But, i can NOT figure it out. Please help me.
Thanks.
I am experiencing a trouble in changing the color (backcolor) of each row in a datasheet subform. Here is what i want to achieve:
I have a subform w/datesheet view on the main form. This subform is editable directly from the table records. The main form has no recordsource, but some buttons to be clicked.
On the subform, there is a text box called "txtStatus" with the different values of Open/Requested/Completed form the table. When the main form loaded, i like to see all rows in subform with txtStatus = "open" to appear in RED, rows with txtStatus = "Requested" in Yellow, and "Completed" in Green.
I think there should be a way for us to dynamic assign different backcolor for different rows in a datasheet view? But, i can NOT figure it out. Please help me.
Thanks.