ggh Posted August 28, 2008 Posted August 28, 2008 (edited) I have a food ordering database for a school. There is a student table and an orders table (one to many). I need to create food tickets showing the student name and the orders they have for a given day. I'd like them to look like tickets that the kids can bring to the servers. So far I can't figure out a way to make reports print in two columns. Nor can I figure out how to keep the body (part with the food orders) from splitting across pages. HELP! I have a cludgy work around where I use a relationship to aggregate all of the orders into one field in the student table. Then it doesn't have to be a report. Problem is, all students then print even those without orders (tons of extra paper). I've tried doing an omit with the = symbol, but it doesn't consistently isolate empty records. :bang: Edited August 28, 2008 by Guest
comment Posted August 29, 2008 Posted August 29, 2008 See Help > Creating and managing layouts and reports > Controlling how layouts print > Setting up to print records in columns
Recommended Posts
This topic is 6268 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now