Good evening to all,
I have a form that gets data from a query (qryCustomers) and has a built-in command button (cmdInvoices) which opens the form "frmInvoices". I want after the update of some fields in the second form (frmInvoices which is pop-up-form) the related fields in the main form to be updated directly without having to close and open again so it becomes requery.
It is understood that after the update in the main form and when the re-query finish, I want to produce the same record
Regards