Listbox Rowsource

  • Thread starter Thread starter Shannon
  • Start date Start date
S

Shannon

Hi All,

I have the following line of code that will not work and I can't for the
life of me work out why.

Forms!searchform!List12.RowSource = "SELECT MemberData.Surname,
MemberData.FirstName, MemberData.Code FROM MemberData WHERE
(((MemberData.Surname) Like " & Forms.searchform.Surname & " * ));"

I'm sure it is staring me in the face but he brain isn't working today.

Any assistance would be greatly apprciated.
 

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

Back
Top