Hello forums.
Using access 2010 here.
Trying to setup a database that would allow me to create purchase orders, and then receive the items within that purchase order
I think I got the purchasing side of it setup properly, but i'm having trouble with the receiving side of things.
For the purchasing, I'm working with 2 tables.
tbl_PO_Records
* ID
PoDate
PoVendor
PoJob
tbl_PO_Transactions
* ID
TransPORef (related to ID from tbl_PO_Records)
TransQtyOrdered
TransItemNumber
TransItemDesc
TransItemCost
So now, what I need to do is to pull up a transaction list (from that table) when I select any one PO from tbl_PO_Records. Once I get the list, I need to be able to receive any number of items in it. I need to be able to have multiple receiving transactions per line, because sometimes vendors will invoce for partial deliveries, so the backorders are invoiced on a separate invoice.
Any help is appreciated, Feel free to ask any details I may have left off
Using access 2010 here.
Trying to setup a database that would allow me to create purchase orders, and then receive the items within that purchase order
I think I got the purchasing side of it setup properly, but i'm having trouble with the receiving side of things.
For the purchasing, I'm working with 2 tables.
tbl_PO_Records
* ID
PoDate
PoVendor
PoJob
tbl_PO_Transactions
* ID
TransPORef (related to ID from tbl_PO_Records)
TransQtyOrdered
TransItemNumber
TransItemDesc
TransItemCost
So now, what I need to do is to pull up a transaction list (from that table) when I select any one PO from tbl_PO_Records. Once I get the list, I need to be able to receive any number of items in it. I need to be able to have multiple receiving transactions per line, because sometimes vendors will invoce for partial deliveries, so the backorders are invoiced on a separate invoice.
Any help is appreciated, Feel free to ask any details I may have left off