I am writing a program that pulls up records from Access. It simply displays the correct record on the screen. How do I find the last record in access? Do I use something like FindLast?
Genie Applebury
Printable View
I am writing a program that pulls up records from Access. It simply displays the correct record on the screen. How do I find the last record in access? Do I use something like FindLast?
Genie Applebury
Use Recordset.MoveLast method to go to the last record. Incase of any specific problem, feel free to ask me.