Hello all,
I'm working on a product list and I would like to add the formatting of a record set in a form, if the product is no more available.
Some more details:
I have a table tabProdcuts and it conatins the following fields:
txtProductName, lnkFunction, logAvailable.
The column logAvailable contains boolean variables with "TRUE" = product available and "FALSE" product not available.
I'd like to color the products red, if the product is not available. In this form, the product is chosen by a combo box.
How do I do that?
Thanks,
Benjamin