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.)
If you open the table, then you can navigate like you want: [VBA]docmd.gotorecord[/VBA]Originally Posted by MWE