Howdy all!
I am new to Access (only using 2 weeks) and have never taken a class. I am trying to update a DB for my company.
[]=Table {}=Field
What needs to be done is as follows:
When a new Purchase Order form is filled out each material ordered has a {ProductNumber} and has a {price}.
The {ProductNumber} is the PK in the [Inventory], while this {price} is saved in the [OrderDetails] table (in the Price field)
The table called [Inventory] stores info about the products (such a manufacturer, serial number, latest price).
However, as it comes time to order new materials the prices have changed.
That is, when a new PO form control {Price} is filled out, [OrderDetails]{Price}records the price and product number.
I need the [Inventory]{Price} to update the LATEST {ProductNumber}'s price when a new purchase order is completed. Is this difficult?
I am new to Access (only using 2 weeks) and have never taken a class. I am trying to update a DB for my company.
[]=Table {}=Field
What needs to be done is as follows:
When a new Purchase Order form is filled out each material ordered has a {ProductNumber} and has a {price}.
The {ProductNumber} is the PK in the [Inventory], while this {price} is saved in the [OrderDetails] table (in the Price field)
The table called [Inventory] stores info about the products (such a manufacturer, serial number, latest price).
However, as it comes time to order new materials the prices have changed.
That is, when a new PO form control {Price} is filled out, [OrderDetails]{Price}records the price and product number.
I need the [Inventory]{Price} to update the LATEST {ProductNumber}'s price when a new purchase order is completed. Is this difficult?