How to Generate a Report by Clicking a Button in a Form?
Posted: Sun Jul 04, 2021 4:31 pm
Hi,
This question is related to both Form and Report. I think it may be more relevant to Report.
I am working on a personal bookkeeping database that tracks multiple bank accounts, etc., which is attached.
I have watched many videos on Base at thefrugalcomputerguy.com. "Group 19 - Subform Filter" helps me learn how to get the desired transactions and I implemented it in "frmT_EditExistingTransactions" in the attached database.
What I want to do now is to generate an SQL query based report by clicking a button in the form. It will be similar to "frmT_EditExistingTransactions", but instead of refreshing the transactions in the subform by clicking a button, how can I generate a report by clicking a button after setting the filtering parameters? The report may need to be based on an SQL query because I want to calcuate the balance after each transaction and use the filtering parameters. Also I prefer the report to be in a spreadsheet format, but that is optional.
Do you know where there are such kind of tutorials or instructions? Or could you please briefly tell me how to do it if it is convenient for you?
Thanks,
Brian
This question is related to both Form and Report. I think it may be more relevant to Report.
I am working on a personal bookkeeping database that tracks multiple bank accounts, etc., which is attached.
I have watched many videos on Base at thefrugalcomputerguy.com. "Group 19 - Subform Filter" helps me learn how to get the desired transactions and I implemented it in "frmT_EditExistingTransactions" in the attached database.
What I want to do now is to generate an SQL query based report by clicking a button in the form. It will be similar to "frmT_EditExistingTransactions", but instead of refreshing the transactions in the subform by clicking a button, how can I generate a report by clicking a button after setting the filtering parameters? The report may need to be based on an SQL query because I want to calcuate the balance after each transaction and use the filtering parameters. Also I prefer the report to be in a spreadsheet format, but that is optional.
Do you know where there are such kind of tutorials or instructions? Or could you please briefly tell me how to do it if it is convenient for you?
Thanks,
Brian