Hi,
I have a form with a close button, and the thing is that when closing the form, data entered in the form is inserted into the corresponding table. What I need is to save the record only when the user presses a save button but not when closing the form. ¿Is this possible?
Thanks in advance.
Thanks a lot guys!!
One last question: what is the meaning of "dbo" in "dbo.BusquedaApellido", and why it is needed??
Thanks again.
What I need is to open a form when I click a button on a previous form. The OnClick event on the previous form is:
Form_Busqueda.Recordset = "BusquedaApellido"
Form_Busqueda.InputParameters = "@ape =" & T_ape.Value
DoCmd.OpenForm "Busqueda"
Busqueda is the...
Hi,
I'm trying to open a form with the records returned from a stored procedure with parameters. I need to use different SPs with the same form. I've tried setting the RecordSource and InputParameters properties through code, but when I open the form it asks for the parameter's value. It's like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.