I was hoping someone could give me some pointers:
I have several option groups which determine which fields from a query will be used for output on a report. The task relates to the final weights and numbers of packages being loaded into shipping containers and determines the basis of calculations for those weights. For example, the query contains fields for: number of packs scanned, number of packs surveyed, net kgs scanned, net kgs surveyed etc. The option groups are to allow the user to determine whether we will report on the scanned results or the surveyed results. In addition to two options for packs and net kgs there are 4 options for determining the basis of the gross kgs. The reports will be used for declaring final outcomes to the Authorities.
I set up the option groups on a report and set the fields in the detail section for packs, net kgs and gross kgs to determine which field in the query would be used depending on the value selected in the option group. This is a simple IF statement. It all works beautifully.
However....whilst I can select the options in report view, the report view is hopeless for determining how the final report will look as it has no page breaks etc. It looks fine in Print Preview but then you can't select the options in the option groups. (Tearing hair out time!).
So, it would seem more sensible to set the option groups on a form rather than on the report itself. But I am not sure how to relate the two. I can't use Query by Form because the option groups determines a field not a group of records. Does anyone have any suggestion what I could do?