I have two tables
I want to generate report that takes user inpput of subfirm!Comapny name and subfirm!License year.
Results should be all mainfirm fields info and it should be grouped by County
What I did is I create a form for user input which has two textboxes called txtcompany and txtyear. One command button "Generate Report"
Also made one query that is parameterised and accepts inputs from this form.
Now what??
What should I do to link all of these and generate report from the form command button??
Please help..
Code:
MainFirm Name Address City State Zip County Subfirm Companyname Address City State Zip License year
Results should be all mainfirm fields info and it should be grouped by County
What I did is I create a form for user input which has two textboxes called txtcompany and txtyear. One command button "Generate Report"
Also made one query that is parameterised and accepts inputs from this form.
Now what??
What should I do to link all of these and generate report from the form command button??
Please help..
Comment