![]()
Name: VBA Code 1.png Views: 12 Size: 121.0 KB ID: 19655" class="thumbnail" style="float:CONFIG" /> I have two problems, my first one is I am trying get Me.CamperIdNum It was originally named CamperID# but I was having problems getting it to work so I changed it and it changed everywhere else in my database except here. Is there a way to fix that?
Second is I am trying to get Me.GoToBox.Value = Me.CamperIdNum.Value
GoToBox is my combo box that allows you to select a specific record and CamperIdNum is my primary key.
The goal is if I select a record by using the previous and next record buttons, I want the combo box to respond and change to the record that is displaying. I keep getting this error though
I don't know very much about code so you're explaining to a beginner
Thanks!!