This is the code I am using:
Private Sub Form_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmVieworEditaCostarJob", , , "JobNumber = " & Me.WorkingJobNo
End Sub
However, I get a Compile error "Method or data member not found." JobNumber is the name of the master table field that I am...