.mdb for personal addresses

  • Thread starter Thread starter Idahoan
  • Start date Start date
I

Idahoan

Anyone have a database that will handle personal
addresses, both domestic (U.S.) and foreign that they
would be willing to share? Would also like to know how to
write a report from the database that would print to
common address labels.

Thanks!
 
The Northwind.mdb database that ships with Access as a sample, has a
Customers table that you can copy. It should provide what you need.

To create a label report, click the Reports selection in the database
window, then click New. In the New Report window, you will see a Label
Wizard that will walk you through creating labels.
 
Back
Top