Scenario
frmpurchaseorder, for entering the supplier’s details, name address etc
frmpurchaseordersub, for entering the items to be purchased
frmpurchaseorder, populates the tblpurchaseorder
frmpurchaseordersub, populates the tblpurchaseordersub
Obviously, when the form frmpurchaseorder is opened it is blank and ready for a new purchase order to be raised.
What I want to do is, when the form frmpurchaseorder is opened, drop down a combo box with a list of all previous orders (this is simple enough), but on selection of an existing order, populate the form (both frmpurchaseorder & frmpurchaseordersub) with the records from the old purchase order selected in the combo box.
I'm sure that this facility is required in most P/O systems; I cannot seem to find anything on it in the forums.
Would anyone point me in the right direction in solving this
Thankyou
frmpurchaseorder, for entering the supplier’s details, name address etc
frmpurchaseordersub, for entering the items to be purchased
frmpurchaseorder, populates the tblpurchaseorder
frmpurchaseordersub, populates the tblpurchaseordersub
Obviously, when the form frmpurchaseorder is opened it is blank and ready for a new purchase order to be raised.
What I want to do is, when the form frmpurchaseorder is opened, drop down a combo box with a list of all previous orders (this is simple enough), but on selection of an existing order, populate the form (both frmpurchaseorder & frmpurchaseordersub) with the records from the old purchase order selected in the combo box.
I'm sure that this facility is required in most P/O systems; I cannot seem to find anything on it in the forums.
Would anyone point me in the right direction in solving this
Thankyou