Stretch617
Registered User.
- Local time
- Today, 13:12
- Joined
- Oct 9, 2008
- Messages
- 23
I'm using the entry of a drop down on a form to select the record on another form using a select button, but I can't seem to workout where I'm going wrong with my code:
Private Sub btnSelect_Click()
DoCmd.OpenForm "frmcase", acNormal, "test", "where '" & Form_frmCase.txtCaseNum & "' =" & Me.ddCaseNo.Value
End Sub
Please see attached. Many thanks
Private Sub btnSelect_Click()
DoCmd.OpenForm "frmcase", acNormal, "test", "where '" & Form_frmCase.txtCaseNum & "' =" & Me.ddCaseNo.Value
End Sub
Please see attached. Many thanks
