J
jody
I have developed a database to collect call report
information. However, we want to be able to search using
a variety of different search fields so I've created
a "Search Form" that contains the following unbound text
fields: Customer, Location, CallDate, CallItem, ItemOwner.
When entering any data in any of the unbound fields, I
would like the query results to show up in a listbox
located in the bottom portion of the form. The multi
column listbox contains the following columns: Customer,
Location, Call Date, Sales Rep, Item Owner, Request Date,
Completed Date. I have a select query called
itemselectqry that contains all the necessary fields.
I'm not sure how to get all the pieces and parts to work
together (I'm fairly new to VB) How do I get the query
results to show up in my listbox rather than in a
datasheet view?
Any suggestions?
information. However, we want to be able to search using
a variety of different search fields so I've created
a "Search Form" that contains the following unbound text
fields: Customer, Location, CallDate, CallItem, ItemOwner.
When entering any data in any of the unbound fields, I
would like the query results to show up in a listbox
located in the bottom portion of the form. The multi
column listbox contains the following columns: Customer,
Location, Call Date, Sales Rep, Item Owner, Request Date,
Completed Date. I have a select query called
itemselectqry that contains all the necessary fields.
I'm not sure how to get all the pieces and parts to work
together (I'm fairly new to VB) How do I get the query
results to show up in my listbox rather than in a
datasheet view?
Any suggestions?