Runtime Error
I did this but I get a runtime error 3075, syntax error. Missing operator in query expression. Here is the code:
Private Sub FullBuyerName_DblClick(Cancel As Integer)
DoCmd.OpenForm "Contracts", acViewNormal, , "RecordID=" & Me.FullBuyerName
End Sub
Please Help. I think we are...