Microsoft
Software
Hardware
Network
Question : MS Access - VBA code for viewing the next record
This seems like a basic question but I haven't been able to find an answer....and I'm pressed for time.
I have an editable form that opens and there are navigation arrows to go to next or to the previous record. That all works fine but I want to program my own navigation button to do some error checking and run other update code before it leaves the current record and goes to the next record.
I've tried MoveNext, DoCmd.FindNext.....but it looks like my guesses are way off. How do I code for Go To Next Record?
Thanks!
Helen
Answer : MS Access - VBA code for viewing the next record
DoCmd.GoToRecord , , acNext
Random Solutions
Changing ownership per KB: 271071 Gets me the hour glass
write to app.config file
Formatting Time Values
ESX 4i Problem After RAM Upgrade
Copying a macro from one document to another
Remove data row
Macro to merge columns in Word tables
VBA RunTime Error 424 Object Required Excel
basic physics - reflection versus refraction
FTP Issue Connecting through Web Browser but not FTP Client