Afternoon everyone, (apologies if this is the wrong group)
I am currently trying to piece together Purchase Order and Goods Receipt to add onto a database.
I need to be able to receipt against the order line, either partially or complete.
Ideally i would like to essentially bring up a copy of the PO, with the outstanding qty displayed in the line, and then enter a Qty_in value.
This would save a transaction of x received against the PO item line, reducing the outstanding qty.
But i am not entirely sure how to tackle this, because there is a one to many from PO item line to the Qty_In table and i have to use an aggregate query to get the sum of the received qty's it makes the record set not updateable.
Does anyone have any useful tips, should i possibly have an outstanding qty in the PO detail table, or is there a clever way i could use an unbound field in the form (although i would like to be able to update multiple item lines so i am not sure how effective unbound controls would be, datasheet style item lines subform)
Anyway no rush, but any advice or nudging in a certain direction would be appreciated.
Thanks
Jordon
I am currently trying to piece together Purchase Order and Goods Receipt to add onto a database.
I need to be able to receipt against the order line, either partially or complete.
Ideally i would like to essentially bring up a copy of the PO, with the outstanding qty displayed in the line, and then enter a Qty_in value.
This would save a transaction of x received against the PO item line, reducing the outstanding qty.
But i am not entirely sure how to tackle this, because there is a one to many from PO item line to the Qty_In table and i have to use an aggregate query to get the sum of the received qty's it makes the record set not updateable.
Does anyone have any useful tips, should i possibly have an outstanding qty in the PO detail table, or is there a clever way i could use an unbound field in the form (although i would like to be able to update multiple item lines so i am not sure how effective unbound controls would be, datasheet style item lines subform)
Anyway no rush, but any advice or nudging in a certain direction would be appreciated.
Thanks
Jordon