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
SBS2008 Mail delivery delays
Changing a field type while using INTO
Using SaveAs in excel 2007 vba
Building a form/SubForm reference
MISSING: Microsoft Windows Common Controls - 2 6.0 (SP3)
RUNDLL error message "jyku.fjo" on computer start up
Access Pivot chart - need different scales on right and left axis
Display data on a Form in Columns
Division & OLAP Cubes
Unable to set break point