Hello,
Can someone please help me with the question below? Your time and help are truly appreciated.
I have a form called Purchase with a default view as datasheet. The Purchase datasheet consists of five fields: Vendor ID, Product Name, Price, Quantity, Total$(Quantity * Price). I also have a txtTotalPurchase at the bottom of the datasheet.
My goal is to create a color code configuration control to either change the text color or forecolor of the cell of the Total$ when there is a change in the value.
For example, when I first open the Purchase form the Total$ for Vendor ID #102 was $100 (10*$10), and I've decided to increase the Quantity from 10 to 20. The Total$ now came out to be $200 instead of $100. I hope to see either the value $200 change color or the backcolor/forecolor of the cell that contains the $200 changes color.
Once again, I thank you for your help in advance.
Diem
Can someone please help me with the question below? Your time and help are truly appreciated.
I have a form called Purchase with a default view as datasheet. The Purchase datasheet consists of five fields: Vendor ID, Product Name, Price, Quantity, Total$(Quantity * Price). I also have a txtTotalPurchase at the bottom of the datasheet.
My goal is to create a color code configuration control to either change the text color or forecolor of the cell of the Total$ when there is a change in the value.
For example, when I first open the Purchase form the Total$ for Vendor ID #102 was $100 (10*$10), and I've decided to increase the Quantity from 10 to 20. The Total$ now came out to be $200 instead of $100. I hope to see either the value $200 change color or the backcolor/forecolor of the cell that contains the $200 changes color.
Once again, I thank you for your help in advance.
Diem