Mailing Lists in Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've been given the task to create a Mailing List in Access but really have
no idea where to start.

I have an elementary knowledge of Access, but it's been a few years since
I've used it so I'm stressin'

Any help, suggestions or links to FREE online tuts would be greatly
appreciated.

Thanks
 
A mailing list sounds like a table of people with addresses etc. I would
suggest starting with at least these fields:
tblMailingList
=====================
MailListID autonumber primary key
FirstName
LastName
StreetAddress
City
State
Zip

You might also want a status field or others.
You can use the form wizard to create a basic form for data entry.
 
Name, Address, City, State and Zip. Then you can use the label report wizard
to create mailing labels or link the data to Word to create a variety of
mailing documents.
 

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

Back
Top