Microsoft
Software
Hardware
Network
Question : Open a form going to a specific record based on an ID in subform
I have a form with a subform on it. The subformt is a datasheet. I need a button to takes the user seleceted ID in the datasheet then click the button and open the emp form and go to that specific record.
Answer : Open a form going to a specific record based on an ID in subform
here is the answer:
DoCmd.OpenForm "empForm", acNormal
DoCmd.GoToRecord acDataForm, "iempform", acGoTo, empid
Random Solutions
Integrate a counter variable into VBA code... how to?
I asked or a password each time I run outlook 2010 Beta, why ?
can I copy a picture in the header section into another left header section of another sheet in the same workbook?
IIS setting transfer to new web front end
SQL syntax question -- exclude NULL record
Input paramters for an Excel VBA function
subform totals
Hide Sharepoint navigation elements from users that do not have permission for them
MSSQL 2000 DATABASE SETTINGS
HOW to map drives that STAY mapped after user logs off?