Tape Label Database

W

wessleym

I need help creating a database of tape labels. I need
to be able to create a database of recorded events,
sorted by their dates, which can be printed. This
includes being able to print out a certain number of
labels for a certain event, such as 10 labels for June
1st and 15 for June 5th. Thank you SO much!
 
G

Guest

Wow, thanks, Allen, but your method didn't work. It
didn't tell me how to print. Anyone else?
 
A

Allen Browne

Use the label wizard (available when you start creating a new report), to
create a report that is laid out to match your labels.

Then use the OpenReport action (in a macro or in code) to open the report.
The WhereCondition of the OpenReport action will limit it to the desired
record, and the Quantity field in the 2-table query gives you to correct
number of records in the report.
 
Top