Hi folks, need some help with queries & reports, I have 3 queries;
And then have 3 reports;
I need to print all the reports as 1 report to save on labels i.e. when morning report is finished printing.
I would like to use the remaining labels on the morning labels sheet instead of the printer starting on a new label sheet for the Afternoon labels.
Each label sheet contains 21 labels.
Each label contains the following data;
• Meal period i.e. Morning, Afternoon, Evening
• Client name
• Date
• Location
I’m thinking I need to create a temp table place all the meal periods into one column, then 1 query to feed 1 report?
- QryMorning_label
- QryAfternoon_label
- QryEvening_label
And then have 3 reports;
- Morning_Report_labels
- Afternnon_Report_labels
- Evening_Reoprt_labels
I need to print all the reports as 1 report to save on labels i.e. when morning report is finished printing.
I would like to use the remaining labels on the morning labels sheet instead of the printer starting on a new label sheet for the Afternoon labels.
Each label sheet contains 21 labels.
Each label contains the following data;
• Meal period i.e. Morning, Afternoon, Evening
• Client name
• Date
• Location
I’m thinking I need to create a temp table place all the meal periods into one column, then 1 query to feed 1 report?