May 26, 2010 #1 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,
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,
May 26, 2010 #2 PHV MIS Nov 8, 2002 53,708 FR Use the Move method of the ADODB.Recordset object. Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
May 26, 2010 Thread starter #3 EddyLLC Technical User Mar 15, 2005 304 US I can move to a specific record using it? For example, move directly to record 4 or 15? Thanks Upvote 0 Downvote