M
murrwheel
I have a basic Order Entry form, where the line items are in a one to many
relationship with a header. The subform is based on an "order details"
subform, basically identical to the form in the Norhtwind database.
The Product ID field on the subform, looks up the product from a products
table, but if I use the unit price from the products table in the underlying
query it causes a problem if I have a price change. The price change is
reflected in the table and in all invoices in the database. NO GOOD.
Northwind uses the unit price from the Order Details table in the query and
this permits the price to be changed on the invoice without affecting the
Products table or other invoices.When I tried that, the unit price would not
fill in on the form!
I modeled both my tables, the query, properties, lookup SQL statement and
relationships identical with the Northwind database but get different and
unacceptable results.
In other words, in Northwind, the unit price fills in and can be adjusted on
the form without affecting the price in the basic table.
I must be missing something, probably simple, but frustrating. Any help?
relationship with a header. The subform is based on an "order details"
subform, basically identical to the form in the Norhtwind database.
The Product ID field on the subform, looks up the product from a products
table, but if I use the unit price from the products table in the underlying
query it causes a problem if I have a price change. The price change is
reflected in the table and in all invoices in the database. NO GOOD.
Northwind uses the unit price from the Order Details table in the query and
this permits the price to be changed on the invoice without affecting the
Products table or other invoices.When I tried that, the unit price would not
fill in on the form!
I modeled both my tables, the query, properties, lookup SQL statement and
relationships identical with the Northwind database but get different and
unacceptable results.
In other words, in Northwind, the unit price fills in and can be adjusted on
the form without affecting the price in the basic table.
I must be missing something, probably simple, but frustrating. Any help?