G
Guest
hi,
if the query is SQL:
SELECT records FROM Table
WHERE "ProjectID = [Forms]![YourForm]![ProjectIDtxtbox]"
0r in design mode, put [Forms]![YourForm]![ProjectIDtxtbox]
in the Project ID's criteria pane.
The query should be the reports record sorce.
if the query is SQL:
SELECT records FROM Table
WHERE "ProjectID = [Forms]![YourForm]![ProjectIDtxtbox]"
0r in design mode, put [Forms]![YourForm]![ProjectIDtxtbox]
in the Project ID's criteria pane.
The query should be the reports record sorce.