The problem
I have a simple DB that i would like to perform a little automation with, however I cant seem to get my head around it.
I have a form to allow records to be kept for purchase orders.
The from has a subform on which the actual details of the items are kept.
This is the bit that I would like automated (in part!)
This sub form uses 2 tables, Products and Order Items. The products table is a simple table that holds stock details.
It has;
ProductId = Autonumber & Primary key
ProdCode = Text
ProdDesc = Text
UnitPrice = Currency
The OrderItems table holds the information relating to items on the orders (The order head being stored in another table);
This contains;
ItemId = Autonumber & Primary Key
ProductId = Foriegn key from product table
**ProdDesc = Text
**UnitPrice = Currency
Qty = Numeric
The items marked ** are the items that I would like to be filled in automatically when I select the ProductId
I hope that I have given enough information for you to help.
Many thanks
Noel.
I have a simple DB that i would like to perform a little automation with, however I cant seem to get my head around it.
I have a form to allow records to be kept for purchase orders.
The from has a subform on which the actual details of the items are kept.
This is the bit that I would like automated (in part!)
This sub form uses 2 tables, Products and Order Items. The products table is a simple table that holds stock details.
It has;
ProductId = Autonumber & Primary key
ProdCode = Text
ProdDesc = Text
UnitPrice = Currency
The OrderItems table holds the information relating to items on the orders (The order head being stored in another table);
This contains;
ItemId = Autonumber & Primary Key
ProductId = Foriegn key from product table
**ProdDesc = Text
**UnitPrice = Currency
Qty = Numeric
The items marked ** are the items that I would like to be filled in automatically when I select the ProductId
I hope that I have given enough information for you to help.
Many thanks
Noel.