R
Rita D via AccessMonster.com
I am putting together a marketing database and I need help or some
suggestions before I start creating it.
I need to capture contacts with the following information:
First Name
Last Name
Title
Business Name
Street address
P.O. Box address
e-mail
work phone
cell phone
fax
The contact files also need to sort by classifications such as:
(One contact file may have one or many classifications)
press releases
newsletter
general mailings
holiday cards
Contacts need to have a field that shows:
last updated: date contact information was verified
I also need to be able to highlight what organizations they are in, whether
they are part of:
(Also, a contact file may be,ong to one or more organizations)
Public Employee
Private Employee
International Road Federation leadership
National Council for Public Private Partnerships
This is what I'm thinking about doing;
Create one table called contact and add the following;
User ID Primary Key Autonumber
First Name
Last Name
Title
Business Name
Street address
P.O. Box address
e-mail
work phone
cell phone
fax
Then create another table called
Classification and add the following
ID Primary key auto number
User ID Foreign Key (link it to contact as a one to many)
press releases
newsletter
general mailings
holiday cards
Then add another table called
Organization and add the following;
ID Primary key auto number
User ID Foreign Key (link it to contact as a one to many)
Public Employee
Private Employee
International Road Federation leadership
National Council for Public Private Partnerships
I don't what to do about this, "Contacts need to have a field that shows:
last updated: date contact information was verified "
Then I can perhaps create a form and have a list not a drop down combo box
where I can have the user select the organizations and classification from
the list.
Am I on the right track?
I sure appreciate any help.
Thanks,
Rita
suggestions before I start creating it.
I need to capture contacts with the following information:
First Name
Last Name
Title
Business Name
Street address
P.O. Box address
work phone
cell phone
fax
The contact files also need to sort by classifications such as:
(One contact file may have one or many classifications)
press releases
newsletter
general mailings
holiday cards
Contacts need to have a field that shows:
last updated: date contact information was verified
I also need to be able to highlight what organizations they are in, whether
they are part of:
(Also, a contact file may be,ong to one or more organizations)
Public Employee
Private Employee
International Road Federation leadership
National Council for Public Private Partnerships
This is what I'm thinking about doing;
Create one table called contact and add the following;
User ID Primary Key Autonumber
First Name
Last Name
Title
Business Name
Street address
P.O. Box address
work phone
cell phone
fax
Then create another table called
Classification and add the following
ID Primary key auto number
User ID Foreign Key (link it to contact as a one to many)
press releases
newsletter
general mailings
holiday cards
Then add another table called
Organization and add the following;
ID Primary key auto number
User ID Foreign Key (link it to contact as a one to many)
Public Employee
Private Employee
International Road Federation leadership
National Council for Public Private Partnerships
I don't what to do about this, "Contacts need to have a field that shows:
last updated: date contact information was verified "
Then I can perhaps create a form and have a list not a drop down combo box
where I can have the user select the organizations and classification from
the list.
Am I on the right track?
I sure appreciate any help.
Thanks,
Rita