jamescullis
Registered User.
- Local time
- Tomorrow, 06:17
- Joined
- Jun 2, 2014
- Messages
- 38
hi all,
I'm wanting to open a record in another database, below is the code that opens the form to the correct record in the DB I want to open.
can anyone shed light on code required to do this please?
thx
I'm wanting to open a record in another database, below is the code that opens the form to the correct record in the DB I want to open.
can anyone shed light on code required to do this please?
Code:
Private Sub btnDetail_Click()
DoCmd.OpenForm "fJob", , , , , , Me.Name
Forms![fjob]![txtJobNumber] = Forms![fJobAlphabetic]![fJobAlphabeticSub].Form![JobNumber]
End Sub
thx