I have 3 (as of right now) different reports that need to be run from the same data in a table. These reports are very similar but vary based on one value in the table. Field "Type" can have one of 3 values: "Flat Oval", "Round", or "Rectangular". I have a form with a button to run a report, but I need it to choose which report to run based on this value.
I thought about using an IIf statement but I don't know if I should put it in the onclick of the button or how to structure it.
Thanks in advance for any help.