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
Autogeneration of Alphanumeric in vb.net and inserting it to sql server
MS Chart Control Legend Items Truncated
Multiple Criteria in Query
Default "reply to " in Exchange 2003 always resets to User network logon
Excel to Word Paste Special Object formating problem
NTFRS 13555 errors, SYSVOL not replicating
button to open form in "normal" view (not slideshow)
Error linking tables from MS Access 2003 to Sybase ASE
VBA read variable into range
Run program after install -- VB.net (2005) Compact Framework