N
Nick Stefanov
Trying to filter and open a report based on a form with a
combo box.
Setup a query like this:
SELECT Projects.Job_Name, Projects.Type, Categories.Category
FROM Categories INNER JOIN Projects ON
Categories.ID=Projects.Category
WHERE Categories.Category=Forms!Report!Category;
where the name of the Combo box is Category (my 2 tables
are projects and categories). Then just added a button to
launch the report. The report opens without the filter
being applied. Any info is appreciated. Thanks
combo box.
Setup a query like this:
SELECT Projects.Job_Name, Projects.Type, Categories.Category
FROM Categories INNER JOIN Projects ON
Categories.ID=Projects.Category
WHERE Categories.Category=Forms!Report!Category;
where the name of the Combo box is Category (my 2 tables
are projects and categories). Then just added a button to
launch the report. The report opens without the filter
being applied. Any info is appreciated. Thanks