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
Pass value from one form to another
How to enable Mailbox on exchange 2007
Navigating through Internet Explorer Object Model in VBA
event 2436
String or binary data would be truncated.
Individual & Bulk Reporting for MySQL Database
Using DoCMD.FindRecord getting runtime error 2162
adding records to access table
QuickBooks Server Component and the Vista Firewall
Must impersonation be used to make the PSI Statusing.SetAssignmentWor<wbr />kData web service update the data?