Hello,
I would like to customize my reporting so the user can complete these steps:
1) select a species from a drop-down list
2) generate a report for that species
Following the example from this post, I have created the following:
1) a form (ReportSelect_Species) with a drop-down Species list (gets values from MonitorFauna table) note:drop-down called 'SpeciesIDList'
2) a query that includes desired info
3) in the criteria of the query I placed the following code under the SpeciesID Column:
4) a blank report with the recordsource set to the query
5) the form's recordsource is set to the report
When I open the form, the drop-down list is not working properly, I see the values but it will not allow me to select a species nor does it run the report.
Any suggestions as to what might be wrong would be greatly appreciated!
G
I would like to customize my reporting so the user can complete these steps:
1) select a species from a drop-down list
2) generate a report for that species
Following the example from this post, I have created the following:
1) a form (ReportSelect_Species) with a drop-down Species list (gets values from MonitorFauna table) note:drop-down called 'SpeciesIDList'
2) a query that includes desired info
3) in the criteria of the query I placed the following code under the SpeciesID Column:
Code:
Forms!MonitorFauna!cboSpeciesIDList
5) the form's recordsource is set to the report
When I open the form, the drop-down list is not working properly, I see the values but it will not allow me to select a species nor does it run the report.
Any suggestions as to what might be wrong would be greatly appreciated!
G