Re: VB Listbox?



On Mar 11, 12:31 am, "Bob Butler" <no...@xxxxxxxxxxx> wrote:
"Mitchel" <Stratl...@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

Yeh I just dont know what code to use?
I've created an ADO and connected it to the query, but i dont know how
to populate the list?
I just need a good front end that I can search the database by
firstname, lastname of ID(autonumber).
.



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: VB Listbox?
    ... I type into the Textbox and the results from the query are returned in ... the listbox. ... running the query? ... What is a connection string or how do I find it for my database? ...
    (microsoft.public.vb.general.discussion)
  • 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: Filtering information in a list box
    ... The query would refer to this hidden textbox. ... event of the option group, update the textbox to the desired value. ... As far as scolling the listbox goes, you could use the Current event of the ...
    (microsoft.public.access.forms)
  • Continuous filtering of a listbox
    ... As the user types a company name the listbox below this textbox should ... So far I have a query, a form based on this query and another form with an ... The query refers to the unbound textbox as its parameter. ...
    (microsoft.public.access.formscoding)