R
rashar via AccessMonster.com
Hello,
I have a table with a column called Quantity. If there is a Quantity >= 30, I
need to place 30 on one line, then the remainder on the next row(s).
For example,
A row holds the quantity 40. I need a query that will take the 40, and place
30 on one row then 10 on the next.
Example 2.
A row holds quantity of 80. So when the query runs the following rows would
be, 30, 30, 20.
Table1
Item Quantity
A 80
Table1
Item Quantity
A 30
A 30
A 20
Is this possible to accomplish?
Thanks in advance.
I have a table with a column called Quantity. If there is a Quantity >= 30, I
need to place 30 on one line, then the remainder on the next row(s).
For example,
A row holds the quantity 40. I need a query that will take the 40, and place
30 on one row then 10 on the next.
Example 2.
A row holds quantity of 80. So when the query runs the following rows would
be, 30, 30, 20.
Table1
Item Quantity
A 80
Table1
Item Quantity
A 30
A 30
A 20
Is this possible to accomplish?
Thanks in advance.