C
Chris A
Hi, all,
My end-user needs a simple database that would allow the user to specify how
many labels he/she want to print (avery labels) with the data they just
entered. If the user needs 5 labels with the exact same data, they want to
be able to enter the number "5" in a text box named "txtLabelQty". Access
would then generate a report with 5 identical labels. They'd then put the
blank label sheet in their printer and away they'd go.
I first built my main tables that would store the data. I then thought I
should build a "holding area" table with no primary key but with fields named
identically to the main table.
I would then use an append query to tell Access, "take the record on the
current form (with RecordSource being the main table) and put it in the
'holding area' table; do this as many times as is the value of 'txtLabelQty'."
I'm sure this requires code, but this is where I'm stuck.
Help?
Thanks!
My end-user needs a simple database that would allow the user to specify how
many labels he/she want to print (avery labels) with the data they just
entered. If the user needs 5 labels with the exact same data, they want to
be able to enter the number "5" in a text box named "txtLabelQty". Access
would then generate a report with 5 identical labels. They'd then put the
blank label sheet in their printer and away they'd go.
I first built my main tables that would store the data. I then thought I
should build a "holding area" table with no primary key but with fields named
identically to the main table.
I would then use an append query to tell Access, "take the record on the
current form (with RecordSource being the main table) and put it in the
'holding area' table; do this as many times as is the value of 'txtLabelQty'."
I'm sure this requires code, but this is where I'm stuck.
Help?
Thanks!