How do I set up labels by alpha & zip code & count?

G

Guest

I need to set up labels that can be alphatized, moved when a new name is
added and also be put together by zip code.

I would like a form that would tell me how many labels are in each zip code
and also a total of labels printed.
 
B

Bob Howard

To sort the labels, add another column in the report query that will contain
zip and name (like 60260-Smith.. etc.). Sequence the report (labels) on
this column.

To get the total number of labels, and the number of labels in each zip, I
think an additional query that sorts, summarizes and counts the records
based on zip code would do it. It'll take two columns --- zip code and a
count of the recordsYou can point the count column at the primary key since
it'll be unique). Sort this on zip code. You'll then either need a form to
read this in and display it to the user, or a report to print out the
information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top