So here is the deal.
I have a database built that tracks patients in a hospital. Each patient has up to 8 reports possible but only 1 report will be used at a time. So the report is built and at this point what happens is each patients information which takes up half a page has been printed seperately. I would like to be able to print 2 per page. First solution I came up with was to create an active check box that would determine if the report should be active. Now the question is how do i write an IIF statement or other way to evaluate and place a report in only if the active box is checked.
I have a database built that tracks patients in a hospital. Each patient has up to 8 reports possible but only 1 report will be used at a time. So the report is built and at this point what happens is each patients information which takes up half a page has been printed seperately. I would like to be able to print 2 per page. First solution I came up with was to create an active check box that would determine if the report should be active. Now the question is how do i write an IIF statement or other way to evaluate and place a report in only if the active box is checked.