Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marionvgc

    Navigation buttons - not recognizing end of recordset

    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...
  2. marionvgc

    Navigation buttons - not recognizing end of recordset

    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...
  3. marionvgc

    Navigation buttons - not recognizing end of recordset

    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'...

Part and Inventory Search

Back
Top