richy240
Registered User.
- Local time
- Today, 15:00
- Joined
- Oct 23, 2003
- Messages
- 16
Dynamic Option Group problem... How does this work?
Hello!
I am trying to create a form under which users can select criteria for a report. My end result should be a report that lists the invoices (just some data about the invoices, that is) from a specified company where the date_paid field is either Null or Not Null (this will tell me if an invoice has been paid or not). So, I want the ability to choose from 12 (or more!) reports simply by selecting different options on the form.
My criteria is (currently) as follows: four inspection agencies (actually three and a 'catch-all') and paid or unpaid (or both). I would like this to be dynamic. That is, if I were to add a new inspection agency to tb_agencies, I would like my form to automatically update itself.
Is there a way to do this programmatically? I have read a bit about option groups, but I have not come across anything regarding dynamic values in an Option Group.
Thanks in advance.
Hello!
I am trying to create a form under which users can select criteria for a report. My end result should be a report that lists the invoices (just some data about the invoices, that is) from a specified company where the date_paid field is either Null or Not Null (this will tell me if an invoice has been paid or not). So, I want the ability to choose from 12 (or more!) reports simply by selecting different options on the form.
My criteria is (currently) as follows: four inspection agencies (actually three and a 'catch-all') and paid or unpaid (or both). I would like this to be dynamic. That is, if I were to add a new inspection agency to tb_agencies, I would like my form to automatically update itself.
Is there a way to do this programmatically? I have read a bit about option groups, but I have not come across anything regarding dynamic values in an Option Group.
Thanks in advance.