Search results

  1. A

    No Current Record on Form Load

    Hello, I've looked everywhere, but can't seem to find a solution. I have a logging database that immediately opens to a form that contains a field bound to a table. Form On Load Event includes: DoCmd.GoToRecord , , acNewRec I need the form to open to a new record to ensure no other records...
  2. A

    Sequential number generator that resets

    Hello all! This is my first post and I want to preface this with noting that I am new to coding in VBA. With that said... I need some help. I am looking to create a sequential number generator/form field that: 1. Has a range (ex. 100-300) 2. Identifies if the number has already been used...
Top Bottom