Need Help Making Multiple Records From One Record

Rastahl99

New member
Local time
Today, 18:49
Joined
Dec 24, 2008
Messages
2
Folks, I need help...I'm stuck. I want to create a Make a Table Query that will create multiple records based upon a number entered in one record field.

Example:

Table 1 (This is my current Table)

Fields -

Widget name Widget Count

Widget 3



Table 2 (The Table I want the query to make)

Widget name Widget Count

Widget 1
Widget 1
Widget 1


Basically the query would take the one record from table 1 and split it into multiple records based upon the number entered in the "Widget Count" field.

PLEASE HELP
 
Please explain why you want to do this. Not that I am implying that it is wrong, but it is rare when you would do this (storing redundant data). Normally Queries are used to manipulate data in the manner desired by the users.
 

Users who are viewing this thread

Back
Top Bottom