forms/label wizard

O

Oliver

I'm using Acess 2003. (new user). I have a data base of 200,000 names and
addresses. I do a filter to get a subset of names so I can print labels JUST
for that subset. When I'm in that subset I reports, then label wizard. When
I go to print the labels it prints the ENTIRE data base, not the filtered
ones. Must be a simple solution but I can't figure it out.

Thanks
 
D

Dennis

Do a query to get the names & addresses you want and then use the label
wizard based on this query.
 
Top