Hi,
I have a form with save button on it.All I want it to do is ..Save the data on the form to the table .
This is the code I am using:
Private Sub btnSave_Click()
DoCmd.RunCommand acCmdSave
'DoCmd.Save
End Sub
But the form is unable to save the data on to the table.
Thanks for ur time...
I have a form with save button on it.All I want it to do is ..Save the data on the form to the table .
This is the code I am using:
Private Sub btnSave_Click()
DoCmd.RunCommand acCmdSave
'DoCmd.Save
End Sub
But the form is unable to save the data on to the table.
Thanks for ur time...