Runtime error '3077' in Combo Box on Form

D

Dan Flynn

I have an Access form which shows detail information for
500 member companies stored in one table. I added a
Combo Box on the form to quickly select a member
by "Company Name". For the most part, the Combo Box
works fine. However, for a few records, I'm getting
a "Runtime error '3077' Syntax error (missing operator)
in expression" message. When I click on the "debug"
button, the line that is highlighted in yellow in Visual
Basic reads . . .

rs.FindFirst "[Company Name] = '" & Me![Combo58] & "'"

Any ideas! Many thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top