Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset as ACDataObjectType with acGoTo?

Status
Not open for further replies.

EddyLLC

Technical User
Mar 15, 2005
304
US
Can I use a an ADO recordset as the object type with acGoTo? I have a recordset based on a query open and want to go to a specific record within it.

Thanks,
 
Use the Move method of the ADODB.Recordset object.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
I can move to a specific record using it? For example, move directly to record 4 or 15?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top