I have a form used for editing employee data (frmMain) (pension rate, name etc..), on this form is a button to open a new form (frmpayment). If I edit data on frmMain and click the frmpayment button, the data I have just edited is not updated, so when submitting a payment the details are wrong.
The ways around this I have found is putting a save button on the frmMain to clikc once you edit data and also if you click to next record it updates.
However is it possible to build a function into the Open Payments Form button, so when clicked, it opens the frmPayments and also updates the data you have just edited in the frmMain?
Any help?
Thanks
Will
The ways around this I have found is putting a save button on the frmMain to clikc once you edit data and also if you click to next record it updates.
However is it possible to build a function into the Open Payments Form button, so when clicked, it opens the frmPayments and also updates the data you have just edited in the frmMain?
Any help?
Thanks
Will