List Box Query - Forms

B

b_a_redman

Hey,

I have a form with two combo boxes, Combo0 and Combo2, i have based these
combo boxes on two columns within my table, Tasks. What im trying to do is,
once the user has selected a value from either combo box, all the records
with that value selected are displayed in a list box. If both combo boxes
have values selected the amount displayed in the list box is shorter because
the query is shorter. I have no idea where to start on this.

This is all to do with tasks within a company. One user can conduct many
tasks in a variety of departments, so when i select the user and the
department, it will display all the task that are stored in the database,
onto the list box.

Combo0 based on column name Department
Combo2 based on column name User

search is the form name
Tasks is the table name
 
B

b_a_redman

Thats useful thankyou, but how do i get everything displayed in a list box
rather then several fields. So i select somefing from Combo1 and Combo2 and
all the results are displayed in the list box

Thanks
B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top