1
General Discussion / Copy field from a look-up record into current record
Example: Current record is a order detail line, I am doing a look-up on a product table. The Product table has ProductNo, ProductDescription and a ProductPrice. I need to copy the ProductPrice and the Product Description into the current record (OrderLine). Both fields must be open for edit in the OrderDetail record (i.e. the sales person should be able to modify the price in the OrderLine).