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
Incrementing a field in a query
Attach Text Box and Combo Box text
How do you make outlook 2003 become "online"?
Outlook Send option disabled
Loan Calculator
Failed to run EXE files built with .Net Framwork . "The application failed to initialize properly (0xc000007b)"
Run As Different user
VBA Control (Box) Design Questions
Command button code
How to view Session 0 Applications in Windows 2008?