I have a form FRMBuscarCliente
, which I invoke from two different forms FrmConsultarEstado
and FrmRegistroExpediente
.
From the form FrmConsultarEstado
have a button that brings me to the FRMBuscarCliente
where I am looking for a customer and when I find I click and code and document number leads to a textbox FrmConsultarEstado
.
In the same way I want to do with the form FrmRegistroExpediente
; but I want to use the same form FRMBuscarCliente
. How to make the FRMBuscarCliente
know which destination form will carry the information?