Multiple Items on a form

M

MsDYJ

I'm using a multiple items form in my DB to show all the projects that have
been inputed. The only problem is that this type of form seems very limited
in what it can do. What kind of form can I use that will list all the
projects while at the same time allow me to filter the projects by project
manager or status or difficulty. Is there anyway I can do this??

Thanks!

Diana
 
A

Arvin Meyer [MVP]

Use a query to filter the data that you want to see on your form. A
continuous form will allow you to see multiple records and filter them as
well. I'd use a combo or list box in the continuous form header to supply
criteria for your query.
 

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