I have searched the forums and faqs. I read the FAQ Use a form and query to send criteria to a report.
I followed along and I think I am close. My problem is that my report does not run with any data in it. If I print the form field on the report, I see that the value it's sending is the automatically created key number rather than the field value.
Ex. My table called Category
ID Outcome
1 Category 0
2 Category 1
etc
I created a form to select the Outcome. It's a drop down box. I created the query to reference this value yet the report will show 1 (If I selected Category 0) and it will show 2 for Category 1. I'm not sure what I'm missing.
Thanks in advance for your help.
I followed along and I think I am close. My problem is that my report does not run with any data in it. If I print the form field on the report, I see that the value it's sending is the automatically created key number rather than the field value.
Ex. My table called Category
ID Outcome
1 Category 0
2 Category 1
etc
I created a form to select the Outcome. It's a drop down box. I created the query to reference this value yet the report will show 1 (If I selected Category 0) and it will show 2 for Category 1. I'm not sure what I'm missing.
Thanks in advance for your help.