J
Jayne
I have a table with 3 cols,Product ID, Product
Description and price. This contains all products I may
need to order.
I have an order form witha lookup for the product to the
products table described above, this stores an ID, which
then automatically puts in the Description in the
description field from the products table. I want the
price to come up automatically also, but I need to store
the price seperately, as the prices may change andI don't
want the change to alter earlier records, so I can't use
the price field from the products table.
Any help please?
Description and price. This contains all products I may
need to order.
I have an order form witha lookup for the product to the
products table described above, this stores an ID, which
then automatically puts in the Description in the
description field from the products table. I want the
price to come up automatically also, but I need to store
the price seperately, as the prices may change andI don't
want the change to alter earlier records, so I can't use
the price field from the products table.
Any help please?