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
ALL TS Printer showing inactive TS Port
Left Join of Two Datatables in vb.net
Autonumber in Query
Access........How do i "Go To" a record based on user id input
Client pc's cannot resolve external domain
Output and Email file
Can I create a library of user defined functions in access?
MSJet
How to populate a textbox from sqldb storedprocedure
Resubmitting with correct file attached!: How to Hyperlink Column of UPS Tracking Numbers in Excel to UPS Webpage