Access VBA Reference: http://msdn.microsoft.com/library/de...HV05188068.asp

Alternatively, here's a snapshot in CHM: http://www.microsoft.com/downloads/d...DisplayLang=en

Here's the 3.6 DAO library: http://msdn.microsoft.com/library/de...ectLibrary.asp

As for navigating to a particular record, might there be another simpler way to do what you want to do? (Maybe give us some more details so we can suggest alternatives.)

Quote Originally Posted by MWE
Heck, an Access table is just a sparsely populated, 2D tensor, what is the big deal?
If you open the table, then you can navigate like you want: [VBA]docmd.gotorecord[/VBA]