I am trying to create a query that takes a customers delivery amount and break it into several records (labels) for a store. So if a store needs 120 papers and the bundle size is 25 then four labels will print out with 25 on each and one thats prints 20 (instead of one label of 120 which I can do). I am fairly new and don't know where to start. I can get a query to tell me how many labels are needed but not to create the individual records for each customer based on the total. HELP PLEASE. THANKS>
Current query returns this:
Nmae Date Total
Tesco 16/15/03 120
I need this:
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 20
Current query returns this:
Nmae Date Total
Tesco 16/15/03 120
I need this:
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 25
Tesco 16/15/03 20