Address Database

  • Thread starter Thread starter kavdeb
  • Start date Start date
It's kind of hard to say without knowing about the type of addresses you want
to keep up with. But I think a 'generic' answer will do.

Put each element of the address in a separate column. For example, an
address like
1234 Main Street
Hometown, MD 23456

Should be split apart into columns as
A B C
D
1234 Main Street Hometown MD
23456

Actually, I'd put labels in the first row to indicate what is in the column,
as:
A B C
D
STREET CITY STATE
POSTAL CODE
1234 Main Street Hometown MD
23456

You may want additional columns for a second "STREET" entry and may also
want another to indicate what country the address is in if the address list
is international.

With each element of the address in separate columns, it becomes easy to
group them by postal code or state or city or even country if you track the
country.
 

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