Masters first of all greetings to all forum.
Well my little problem is as follows. I have a contact form in which, when double-clicking on any record I will have another form used to update data in the contacts but the Habre me Id with id. That is if I am in contact id 4 = 4, I'll be on the other formularo in contact No.4,
just as I exit the form and after upgrading, I'd go back to where I was the prinicpal form to keep updating. Thanks in advance masters
[Id]=id Me id.setfocus
This code is what I have
Forms!Actualizacionescontactos!Contactos.Form![Cargo].SetFocus
but I want something like
[Id]=id Me.[id].setfocus
Well my little problem is as follows. I have a contact form in which, when double-clicking on any record I will have another form used to update data in the contacts but the Habre me Id with id. That is if I am in contact id 4 = 4, I'll be on the other formularo in contact No.4,
just as I exit the form and after upgrading, I'd go back to where I was the prinicpal form to keep updating. Thanks in advance masters
[Id]=id Me id.setfocus
This code is what I have
Forms!Actualizacionescontactos!Contactos.Form![Cargo].SetFocus
but I want something like
[Id]=id Me.[id].setfocus