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
Problems with Accordion functionality
Oracle database (32-bit) Vs Oracle Database (64-bit) on Windows Operating System
connect to sql database using php
Windows 7 BSOD STOP: c0000221 Unknown Hard Error ntdll.dll
how to use find control
How do I access setting in web.config file ?
Cisco VLAN Routing Problem
Internet Explorer 6 float workaround
Given a string{aab,cdb,aabbc,d$hhd
}remove duplicates and show the string as {ab,cdb,abc,d$h).Solve with linked lists in C#
asp.net remove item from cache if browser is closed