When i type data in a form, the data will be saved in a table when I
close the form.
How can I created a button, or what would be the function -
to save the data (without the need to close the form)?
galsaba
Tom van Stiphout - 15 Feb 2005 02:15 GMT
In the Click event for that button, write either:
RunCommand acCmdSaveRecord
or
Me.Dirty=False
-Tom.
>When i type data in a form, the data will be saved in a table when I
>close the form.
>How can I created a button, or what would be the function -
>to save the data (without the need to close the form)?
>
>galsaba