Microsoft
Software
Hardware
Network
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
ScaleMode in VBA
Do I have to select a predefined Identity field when using the SELECT INTO clause in a SQL Server stored procedure ?
Allow real desktop access to Windows Server 2008 R2
Autonew in Excel
How do I number couples of data in an MS Access 2007 Report?
Cannot connect to Sharepoint Central Configuration page due to IIS error.
Getting oledb JET 4.0 to work on a 64 bit OS
How can I change the value of a combo box based on value of an unbound text box?
Create Webservice to receive XML using HttpWebRequest
Retrieve drivers before wipe?