I have been given a report that has many sub-forms that each have their own query. Currently the date for the report is fixed to the current date.
Three of the sub-queries use DatePurchased while the other two use just the Date field. I was trying to assign an alias "mydate to all five to have a common date field
so that I can pass the query to all five sub-queries.
e.g.
mydateatePurchased
mydate:date
After this task then I am done so want to get this off my plate. How do I pass criteria to sub-queries for each sub-form?
Thanks