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
VBA to scroll to the top of a freeze pane
Command to trigger keyboard stroke through coding in .Net compact Framework
Outlook 2007: Change sensitivity of received Message
How to get the calendar date based on a weekday
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Two DHCP Servers
ISA server in SBS 2003. is blocking a site, how do i allow?
Remote Desktop client in windows 7
Access to SQL Server linked table problem
need assistance adding external IM functionality to our OCS 2007 install