S
ServiceEnvoy
I'm getting a run-time error '13' with this line of code:
Private Sub VendorID_DblClick(Cancel As Integer)
DoCmd.OpenForm FRM_Expenses2, acFormDS, , , "vendorid=" & Me.VendorID
End Sub
I'm trying to open a form in Datasheet view called "Frm_Expenses2" and
display the records which have a matching vendorID field.
What do I need to do to resolve this error?
Private Sub VendorID_DblClick(Cancel As Integer)
DoCmd.OpenForm FRM_Expenses2, acFormDS, , , "vendorid=" & Me.VendorID
End Sub
I'm trying to open a form in Datasheet view called "Frm_Expenses2" and
display the records which have a matching vendorID field.
What do I need to do to resolve this error?