getting a run time error 3077

R

Robin

when cliking on add new record in a form I get a run time error 3077.

the highlighted text says rs.FindFirst "SSN"= " & Me! [Combo21]

can anyone help me?

robin
 
R

ruralguy via AccessMonster.com

I see a couple of problems. Try:
rs.FindFirst "[SSN] ='" & Me! [Combo21] & "'"

when cliking on add new record in a form I get a run time error 3077.

the highlighted text says rs.FindFirst "SSN"= " & Me! [Combo21]

can anyone help me?

robin
 
Top