accessing previous record info in VBA

raychoy2k

Registered User.
Local time
Today, 02:08
Joined
Feb 24, 2003
Messages
29
Hello,

I am pretty sure if I use a query I can do this, but I was wondering if there are funtions that allow me to access the data fields from other records in a table.
 
Not too sure what you want to do but if you create a recordset useing VBA then you can rs.MoveNext rs.MoveLast etc..
 

Users who are viewing this thread

Back
Top Bottom