jdaryl2003
Programmer
this is an update to a posting 705-1022476 I placed last week. Because of my limited knowledge I will try to simpifly my invoicing project. I will try this approach. On the Invoice header (Orders Table) I would like to put an option radio button or check boxes for selecting a price field. Price A and Price B.
On my “Orders Details” Subform Items from my “Products” table are entered. I will have two prices for each item in the product table. “Price A & Price B One of these prices will be inserted into the “UnitPrice” on the Orders Details form. Currently I am using the DLookUp: Me!UnitPrice = DLookup("UnitPrice", "Products", strFilter) to insert the UnitPrice price from the Products table. This part works fine. From then on I am brain dead. So….How do I filter the selection for price A or B. Once again thanks for your help.
On my “Orders Details” Subform Items from my “Products” table are entered. I will have two prices for each item in the product table. “Price A & Price B One of these prices will be inserted into the “UnitPrice” on the Orders Details form. Currently I am using the DLookUp: Me!UnitPrice = DLookup("UnitPrice", "Products", strFilter) to insert the UnitPrice price from the Products table. This part works fine. From then on I am brain dead. So….How do I filter the selection for price A or B. Once again thanks for your help.