Re: VB Listbox?



"Mitchel" <Stratlake@xxxxxxxxx> wrote in message news:9c73fbbb-454f-4783-9b13-6946836d358b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I have created an Access DB Query( Client names) and have a VB6 Form
frontend. I need to create a search using a Textbox and Listbox, where
I type into the Textbox and the results from the query are returned in
the listbox. How do I do this??
22 minutes ago


What part are you having trouble with?
opening the database?
running the query?
loading the listbox?
15 minutes from now


.



Relevant Pages

  • Re: Filtering information in a list box
    ... > Base the Row Source of the listbox on a query. ... > AfterUpdate event of the textbox do a requery on the listbox. ... > will Update when the user presses enter or moves to another control. ...
    (microsoft.public.access.forms)
  • Re: How to tell where the selected line is on a listbox
    ... TextBox you need to hide the TextBox so as to show the underlying ListBox ... Private Declare Function ClientToScreen Lib "user32" _ ... Private Sub Form_KeyUp ...
    (microsoft.public.vb.general.discussion)
  • Re: Search and Listbox
    ... the new value in the textbox will not be ... Public Sub txtSearch_Change ... > it looks at the Patient table and populates the ListBox with possible ... > to enter a new patient record. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Selection based on partial input
    ... > I need to enable the user to input the beginning of a name in the> textbox, ... > and, as each new typed character comes in, I want the listbox to> display ... Dim TextArray() As String ... Private Sub UserForm_Initialize ...
    (microsoft.public.excel.programming)
  • Re: ListBox question
    ... I tested by entering a 'plain textbox shape' ... element of myArray like the the SplitTest subroutine did to set each ... Dim myLong As Long ... And your listbox is named ListBox1 ...
    (microsoft.public.word.vba.general)