I am creating a VBA userform and using a table as a database. I have a spin button created with both SpinDown and SpinUp Subs that allow me to scroll through the database records. When the form initializes, it shows the most recently added transaction on file. When pressing the SpinDown button, one record is skipped, i.e. if the last record is 100 and SpinDown is pressed 98 shows, not 99. Continuing to SpinUp or SpinDown and 99 will show, just not on the first SpinDown event. Other than this, the spin button works fine. Same exact scenario when a new record is added.
Does anyone have any general ideas of what might be wrong? I know I can post the code and someone can help, but I'm trying to figure this out on my own, maybe with a few clues.
If need be I will post my code.
Thank you in advance for your help.
Bookmarks