D
Doug R
Hello,
I am looking for a simple way to create multiple unique rows of data based
on a quantity value in a table;
Example
Reference table -
ItemID Desc Quantity
-------- ------ ---------
125 Part X2 5
126 SysXYZ 3
Resulting Dataset -
ItemID Desc UnitNum
-------- ------ ---------
125 Part X2 1
125 Part X2 2
125 Part X2 3
125 Part X2 4
125 Part X2 5
126 SysXYZ 1
126 SysXYZ 2
126 SysXYZ 3
This needs to be accomplished in Access on Office 2003 and I am trying to
avoid using too much VBA, although that would be acceptable also.
Thanks for any help.
Doug
I am looking for a simple way to create multiple unique rows of data based
on a quantity value in a table;
Example
Reference table -
ItemID Desc Quantity
-------- ------ ---------
125 Part X2 5
126 SysXYZ 3
Resulting Dataset -
ItemID Desc UnitNum
-------- ------ ---------
125 Part X2 1
125 Part X2 2
125 Part X2 3
125 Part X2 4
125 Part X2 5
126 SysXYZ 1
126 SysXYZ 2
126 SysXYZ 3
This needs to be accomplished in Access on Office 2003 and I am trying to
avoid using too much VBA, although that would be acceptable also.
Thanks for any help.
Doug