Well, I was finally able to get it to work by modifying the button's On Click event slightly:
Me.Form.AllowAdditions = True
Me.Form.DataEntry = True
DoCmd.GoToRecord , , acNewRec
Now, the navigation buttons are enabled and the user can still click the right arrow button and advance to a new...
mac318, I tried as you suggested and am receiving the following error message "You can't go to the specified record. You may be at the end of a recordset." In the button's On Click event I have entered the following code:
Me.Form.DataEntry = True
DoCmd.GoToRecord , , acNewRec
Is...
Hello, I have a database that I have just recently made revisions to. I am using the navigation buttons that allow you to navigate between records, to the first record, to the last record and to create a new record. Previously, when the user reached the last record, the 'go to last record'...
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.