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
Outlook vs mobile sync
SENS service corruption? Susspeced Malware?
WIndows 2003 Server Cluster without any External Storage
VB code in Ms Access - connection
Enabling & Restricting Remote Desktop Access via GPO
How to use /AUXSOURCE= flag to retrieve descriptions of errors in Event viewer
Internet Explorer screen goes black - Veeeeery mysterious problem!
validating parameters in batch file
sql to copy data from table 1 to table 2 in sep databases
DoCmd.TransferText acExportDelim, "", "qryStockExport", file, False, "" not working in an adp