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
How do I determine if a server is or was a DC
How do you create ODBC in VBA to retrieve a text file from remote server then populate access table?
How do I reduce the memory iexplore.exe is using, as it can get as high as 260,000k
how to skip tempdb in SP_MSFOREACHTABLE and SP_SPACEUSED
Access - Forms - Maximum number of Fiels
Deploy a change in registry in a terminal server farm
How to call a sub in a seperate class file
ATL COM compilation error in atlcom.h
Take some of the data from cursor to a variable
Access VBA - Need to wait a few seconds...