I have a report that uses the following query to get it's info......
SELECT Inventory.*
FROM Inventory
WHERE [FORMS]![INVENTORY_FORM]![AUTO_NUMBER]=INVENTORY.AUTO_NUMBER;
On my form I have a "Print Report" button that runs this query.
My question is......
Is there anyway that I can get a button on a form that will print a report for each record that I have in my database? If so, please let me know. Thanks in advance.
Kacy
________
Kitchen Measures
SELECT Inventory.*
FROM Inventory
WHERE [FORMS]![INVENTORY_FORM]![AUTO_NUMBER]=INVENTORY.AUTO_NUMBER;
On my form I have a "Print Report" button that runs this query.
My question is......
Is there anyway that I can get a button on a form that will print a report for each record that I have in my database? If so, please let me know. Thanks in advance.
Kacy
________
Kitchen Measures
Last edited: