I have two tables: order and product. I use a lookup to select the product fro the product table. The lookup inserts the product name into the order table record. But the product has price and VAT attributes that I would also like to copy into the order table.
How can I perform the product lookup and also add the price and VAT values from the product record into the order record on the form? As the form record is not complete I cannot use an after-insert event. There must be a way as this must be a common operation. I didn’t find anything in the knowledge base or videos but maybe I did not use a good search pattern.