I'm relative new to Access 2010. I built a small CRM/Invoicing database as practice and to use for a while. I used a lot of examples from Northwind to learn from but I don't quite understand passing parameters.
I have two tables for invoice data (index and data), with the PK in the index table being the actual invoice number the customer would see then it's also a FK in the data table. I setup a query and have my report working with all items and totals and have it set on a report. If you call the Report directly, a parameter is asked for the invoice number (the PK in the index table)
What I'm looking to do now is place a button on my invoice form to "View Invoice" and have the parameter of "InvoiceNumber" from the "Invoice_Index" table passed to the report so I'm not prompted to enter it each time I want to view a Invoice/Report from clicking on the "View Invoice" button on my form.