I have a form "Updates" with 4 text box controls that are bound to fields in the table "Names" (fields are "FName", "LName", "DOB", and "Gender".)
There are 4 more unbound text boxes where the user can enter a new "FName", "Lname", etc...then click on the button "Update", which will update the data in the table "Names" from the unbound boxes, and then do a me.requery on the form to update the value in the bound "Fname", "LName", etc...
When I me.requery, it always moves back to the first record, so if I'm at record 500 and do the update, it goes back to the first record in the table.
It didn't always do this, but I've made some sort of change and I can't figure out what I've done. I've even created a whole new table/form and I get the same result.
Is there a way to update the record, me.requery, and stay on the same record on the form?
Thanks in advance.
Brian Turner
bturner114@hotmail.com
There are 4 more unbound text boxes where the user can enter a new "FName", "Lname", etc...then click on the button "Update", which will update the data in the table "Names" from the unbound boxes, and then do a me.requery on the form to update the value in the bound "Fname", "LName", etc...
When I me.requery, it always moves back to the first record, so if I'm at record 500 and do the update, it goes back to the first record in the table.
It didn't always do this, but I've made some sort of change and I can't figure out what I've done. I've even created a whole new table/form and I get the same result.
Is there a way to update the record, me.requery, and stay on the same record on the form?
Thanks in advance.
Brian Turner
bturner114@hotmail.com