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
.
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)