I am working on a report that that is linked to four tables.
They all use auto ID but the also have some unique data.
Project table - has Pcode
Ptype table - has typeCode
Methods table - has methCode
Method Details table - MethDetail
Project is linked to PType table using auto ID PType table is linked to Method table via an auto ID
Meth Details table is linked to Method via auto id
I have a query that joins these table --used the query wizard and I have used this query to design a report called Methods Report.
Now, I want to create 3 list boxes as follows:
First listbox is for filtering PCode from project table
Second listbox is for filtering methCode from the Methods table
Third listbox is for filtering a 'yes' or 'no' from the pType table
The goal is to select one or more projects, then select one or more methCode and then select a yes or no from pType table. once all these criterion are selected, user then clicks preview to view report.
I am at a lose on how to do this. Can you please assist. I was able get one listbox to preview the report but I am not able to get all three listbox selections to work.
Thank you so much in advance.
Bibi
They all use auto ID but the also have some unique data.
Project table - has Pcode
Ptype table - has typeCode
Methods table - has methCode
Method Details table - MethDetail
Project is linked to PType table using auto ID PType table is linked to Method table via an auto ID
Meth Details table is linked to Method via auto id
I have a query that joins these table --used the query wizard and I have used this query to design a report called Methods Report.
Now, I want to create 3 list boxes as follows:
First listbox is for filtering PCode from project table
Second listbox is for filtering methCode from the Methods table
Third listbox is for filtering a 'yes' or 'no' from the pType table
The goal is to select one or more projects, then select one or more methCode and then select a yes or no from pType table. once all these criterion are selected, user then clicks preview to view report.
I am at a lose on how to do this. Can you please assist. I was able get one listbox to preview the report but I am not able to get all three listbox selections to work.
Thank you so much in advance.
Bibi