G
Guest
This is probably a basic issue...I just have not had success looking it up in
past questions.
I have a basic, no frills form. I want to assign a command button to the
form that prints the information on that form in a report. I have constructed
a report based on a query that will print the data; my issue is the best way
to deliver the key parameter (in this case, account number) from the data
currently on the form to the query which triggers the report. I think I see a
couple of options:
* Pass the account number to the query, then generate the report
* Update the table underneath the form, then have the report print the last
entry in the table.
Would one of these options be the best, or is there a better way?
past questions.
I have a basic, no frills form. I want to assign a command button to the
form that prints the information on that form in a report. I have constructed
a report based on a query that will print the data; my issue is the best way
to deliver the key parameter (in this case, account number) from the data
currently on the form to the query which triggers the report. I think I see a
couple of options:
* Pass the account number to the query, then generate the report
* Update the table underneath the form, then have the report print the last
entry in the table.
Would one of these options be the best, or is there a better way?