Hello All,
I'm trying to find a record in a table based upon two fields from a form using the code below.
rs.FindFirst "[SellerNameID] = '" & strSellerName & "' And [AuctionNum] = '" & strAuctionNum & "'"
Each time this line of code executes, I receive an error message stating:
"Run-time error '3077':
Syntax error (missing operator) in expression."
Any ideas on what I'm leaving out? Thanks.
Patrick
I'm trying to find a record in a table based upon two fields from a form using the code below.
rs.FindFirst "[SellerNameID] = '" & strSellerName & "' And [AuctionNum] = '" & strAuctionNum & "'"
Each time this line of code executes, I receive an error message stating:
"Run-time error '3077':
Syntax error (missing operator) in expression."
Any ideas on what I'm leaving out? Thanks.
Patrick