R
retep
Hi all
I'm creating an invoice with a form and subform. The form contain the
customer information while the subform enable the user to choose the
product, unit and unit price. If the user had entered a product that
has not been previously purchased by the customer, I wanted to change
the color on the unit price to red. right now I use
Me![OrderDetail.Unit Price].ForeColor = RGB(255, 0, 0)
but it change all the Unit Prices on the order to red. How do I just
change the color of the unit price of the product that I'm currently
entering instead of all the unit prices. Thanks
Peter
I'm creating an invoice with a form and subform. The form contain the
customer information while the subform enable the user to choose the
product, unit and unit price. If the user had entered a product that
has not been previously purchased by the customer, I wanted to change
the color on the unit price to red. right now I use
Me![OrderDetail.Unit Price].ForeColor = RGB(255, 0, 0)
but it change all the Unit Prices on the order to red. How do I just
change the color of the unit price of the product that I'm currently
entering instead of all the unit prices. Thanks
Peter