hi,
I m making a report.The report actually gets parameters through a form.Form has three pairs of listboxes.So query is taking parameters from these listBoxes.Query is like:
Select (lstbox1) from stores where Devices =lstbox2 AND store#=lstbox3.
As lstbox r multiselect so columns may b multiple,devices and store# also.they r from one table.
I dont know if report is based on query so how should i pass parameter to query through form.
Any suggestions?
I m making a report.The report actually gets parameters through a form.Form has three pairs of listboxes.So query is taking parameters from these listBoxes.Query is like:
Select (lstbox1) from stores where Devices =lstbox2 AND store#=lstbox3.
As lstbox r multiselect so columns may b multiple,devices and store# also.they r from one table.
I dont know if report is based on query so how should i pass parameter to query through form.
Any suggestions?