Newbies royalpark Posted April 27, 2010 Newbies Posted April 27, 2010 I found an example of how to print a booklet in post #159084 that I thought would be helpful to my situation, but isn't exactly what I need to accomplish. I can see needing some of that logic, but can't figure out what I need to do. I need to pring 3 "forms" on a 8.5 x 11 page with the order going "through" the job. In other words: if I have 12 forms (typically there would be several thousand) to print, page 1 would have forms 1, 5 and 9. Page 2 would have form 2, 6 and 10. Page 3 would have form 3, 7, 11. Page 4 would have form 4, 8 and 12. After printing, the pages would be cut into thirds and the forms would all be in the correct order, 1, 2, 3, 4, 5, 6, etc. after the "piles" of forms are physically combined on top of each other. Thanks in advance for any help offered!
comment Posted April 27, 2010 Posted April 27, 2010 This is much simpler than the other one: ThreeColumns.zip
Newbies royalpark Posted April 27, 2010 Author Newbies Posted April 27, 2010 EXCELLENT! Thank you for your response. Is it possible to add a "form number" to each form to make sure they are kept in order?
comment Posted April 27, 2010 Posted April 27, 2010 I am afraid I don't understand your question. In my demo, the records to print are found and sorted before being imported to the temp table. In the temp table, they are printed in the same order (or, more precisely, they are re-ordered so that the "virtual order" is kept the same in the final result).
Newbies royalpark Posted April 27, 2010 Author Newbies Posted April 27, 2010 I just saw that. Sorry. The serial number keeps the order I am looking for. Thanks again!
Recommended Posts
This topic is 5382 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