"Inventory Control" autofill ?

G

Granger

Hi
I'm using the Inventory Control template and I'm trying to get the Purchase Orders Subform t
autofill [UnitPrice] when a product is selected. I have the prices stored in the Products Table.
assume it may be simple, or just my lack of knowledge in this area (beginner)
Thanks
Jaosn Granger
 
E

Eric Cárdenas [MSFT]

Hi,
I'm using the Inventory Control template and I'm trying to get the
Purchase Orders Subform to autofill [UnitPrice] when a product is
selected. I have the prices stored in the Products Table. I
assume it may be simple, or just my lack of knowledge in this area (beginner).
Thanks.
Jaosn Granger
--------------------
You can accomplish this by using a query that joins your Order details
table with your Products table. You then use this query as the recordsource
of your Order details subform.

For an example, checkout the Orders form in the Northwind Traders sample
database.

Hope this helps,
 

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

Top