Hi all !!!!!!!! I need to create a new record using VBA. I have tried using the following code. But it didnt work.
Plz suggest meCode:Private Sub btnNew_Click() DoCmd.GoToRecord , , acNewRec End Sub
Hi all !!!!!!!! I need to create a new record using VBA. I have tried using the following code. But it didnt work.
Plz suggest meCode:Private Sub btnNew_Click() DoCmd.GoToRecord , , acNewRec End Sub
What does "didn't work" mean? Error, not the correct result, etc. That should bring a bound form to a new record.