InteractiveChange Method
Object:frmorderentry.grdLineItems.grcProduct.cboProduct
Expand/Collapse source code of procedure grdLineItems.grcProduct.cboProduct.InteractiveChange Source Code
*-- Force relation to product table to be updated  
REPLACE order_line_items.product_id WITH this.Value
GO recno() IN order_line_items
REPLACE order_line_items.unit_price WITH products.unit_price
thisform.grdLineItems.Refresh()