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
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