Dlookup last sales price

A

Abdul Shakeel

In northwind database on orders form is it possible to Dlookup unit sales
price for a specific product from its very last order.
 
P

Piet Linden

In northwind database on orders form is it possible to Dlookup unit sales
price for a specific product from its very last order.  

Normally you would do one of two things -
either change the price in the Products table and update the Invoice
Line Items table with the current price when doing the data entry or
have a Prices table (ProductID (PK1), EffectiveDate (PK2), Price)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

lookup for 2 values code 2
Primary Keys and Relationships 2
sales extended 1
DLookUp Help 5
Get a number from a table to a form. 0
Northwind 2
Using varible with Dlookup 3
Enter Parameter Value in Access Form 0

Top