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
browstat on 2008 DC with computer browser service: Unable to Retrieve server list error 1130
Programatically Publishing the Document Items
Urgent System.UnauthorizedAccessE<wbr />xception
VBA Inconsistent results using Application.CountA
Disable the Confirm question for action queries in VBA
copying os off 1 hard drive to another using windows 7 and USB
Cursor method: Error Msg
No Licence for Access 97 on NT4
CSocket send and receive
How do I keep a running sum on a form in Access 2003?