Hello everyone. I am brand new to Access and am in need of some help.
I have a database with three main tables--customers, project, and then
a joined table called project_custome rs. In the customers table there
are these fields--customer_id, firstname, lastname, address, city,
state, zip, sex, age. The projects table has project_id,
project_number, project_name. The joined table is joined with the
primary key from both tables. I would like to create a form where a
user can select different things and click on a button and it would
pull all the records based on the selection that they made for
example--if I selected female, age 30, city of chicago--when I click on
a button it would just give me all women at age30 with city of chicago.
Can anyone help me with this. Once again I'm new to Access so I do
apologize you will have to explain in lamens term or step by step.
Thanks.
I have a database with three main tables--customers, project, and then
a joined table called project_custome rs. In the customers table there
are these fields--customer_id, firstname, lastname, address, city,
state, zip, sex, age. The projects table has project_id,
project_number, project_name. The joined table is joined with the
primary key from both tables. I would like to create a form where a
user can select different things and click on a button and it would
pull all the records based on the selection that they made for
example--if I selected female, age 30, city of chicago--when I click on
a button it would just give me all women at age30 with city of chicago.
Can anyone help me with this. Once again I'm new to Access so I do
apologize you will have to explain in lamens term or step by step.
Thanks.
Comment