Results 1 to 4 of 4

Thread: Listbox name lookup

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Added information:

    The listbox is from a query named: QryListAll
    the text box is: TextSearch
    the field I'm attempting to filter by is: Full Name (it's in the QryListAll by conc. FirstName & LastName)

    Hope this helps..

    This is what I have so far....

    Me.List5.RowSource = "SELECT Full Name FROM QryListAll " & "WHERE Full Name """ & Me.TextSearch.Text & """ ORDER BY Full Name"
    I know the field name of Full Name is not good, but that is what I have for now... will it help to enclose it in []?

    d
    Last edited by Aussiebear; 06-29-2025 at 03:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •