S
spacerocket
Hi,
I am doing a Purchase Order database where I have a PO form (frm_PO),
subform sfrm_PO in frm_PO which is a datasheet to capture the PO items and a
Price History form (frm_PH).
When the item is selected in the sfrm_PO , I need the Unit Price to appear.
The Unit Price must be the latest Unit Price for the Item in frm_PH based on
the latest date.
If there is no order history for the Item, it will show "0" in sfrm_PO and
the user can enter the Unit Price.
Once the PO form is saved, the Unit Price for all the items will be updated
in the underlying table of frm_PH. How do I do this?
Please help.. I've been looking at all the records in this newsgroup and
tutorials but am still cracking my head. Thanks a lot.
I am doing a Purchase Order database where I have a PO form (frm_PO),
subform sfrm_PO in frm_PO which is a datasheet to capture the PO items and a
Price History form (frm_PH).
When the item is selected in the sfrm_PO , I need the Unit Price to appear.
The Unit Price must be the latest Unit Price for the Item in frm_PH based on
the latest date.
If there is no order history for the Item, it will show "0" in sfrm_PO and
the user can enter the Unit Price.
Once the PO form is saved, the Unit Price for all the items will be updated
in the underlying table of frm_PH. How do I do this?
Please help.. I've been looking at all the records in this newsgroup and
tutorials but am still cracking my head. Thanks a lot.