Full Version: Can't scroll through records
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
ryersond
Here is my problem: I have a form that, when opened, may or may not prompt a user to go back to another record based on whether or not data has been entered for that day already. In the case that the user is prompted, the form will not scroll back to other records until the user hits the escape key (which clears any information out of the current form). Is there a way that I can make it so the user does not have to hit the escape key to start scrolling through records?
Fletch
It sounds like what you're saying is that a partial record is already entered, but not all required fields are filled in or that there is some code preventing this record from being saved, but hitting the Esc key undoes the changes. So, in code, Me.Undo should have the same effect. HTH frown.gif
ryersond
Perfect. Thanks!
Fletch
No problem! frown.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.