Question : Making a form select the first record in ADO recordset

Which object and which method do I use to code a form to select the first available record in an ADO recordset?

Answer : Making a form select the first record in ADO recordset

Try
DoCmd.RunCommand acCmdRecordsGoToFirst 'Probably don't need this first row
        DoCmd.RunCommand acCmdSelectRecord
Random Solutions  
 
programming4us programming4us