EricTheRed
Registered User.
- Local time
- Today, 12:03
- Joined
- Aug 7, 2003
- Messages
- 27
Hello all!
Thanks for taking the time to read this post, and for any help you may be able to offer.
A bit of background to begin: I'm a student working on a volunteer basis for a community organization. This organization deals with hundreds (if not thousands!) of contacts, however the information is currently spread across dozens of personal address books. My job is to create an Access database to store all of this information electronically.
While this initially struck me as a relatively simple task, it has turned out to be far more complicated than I orginally envisioned. All compounded by the fact that I have no experience with Access, exluding what I've tried to teach myself over the past few days. All I'm looking for is some advice, and perhaps pointers in the right direction; I'm more than willing to fill in the gaps myself. Without further ado, I'll just explain what I have so far:
Each person has basic information asociated with them:
I would like to also have a series of notes associated with each person, a note being simply a text comment and the date it was added to the record. How should I store this? I'm thinking another table, with simply fields for ContactID, Date, and Comment.
Also associated with each person are "contact reminders": small notes to remind staff to contact the person. Each contact reminder consists of four elements: the person doing the contacting (one of the authorized people the list defined in another table), the date to contact, the subject, and whether an email reminder should be sent to staff. I was thinking of a similar table set up for the notes. Is this a good idea?
And (please bear with me!) I have one last question. A separate table will also be used to store company contact information. Is it possible to use another set of autonumbers for company IDs, and then store associated "notes" in one single notes table, or would the numbers conflict with the personal contacts?
Wow. That was rather long-winded. Thank you immensely for anyone who read the whole thing! And thanks in advance for any help/comments/advice you may be able to offer!
Thanks for taking the time to read this post, and for any help you may be able to offer.
A bit of background to begin: I'm a student working on a volunteer basis for a community organization. This organization deals with hundreds (if not thousands!) of contacts, however the information is currently spread across dozens of personal address books. My job is to create an Access database to store all of this information electronically.
While this initially struck me as a relatively simple task, it has turned out to be far more complicated than I orginally envisioned. All compounded by the fact that I have no experience with Access, exluding what I've tried to teach myself over the past few days. All I'm looking for is some advice, and perhaps pointers in the right direction; I'm more than willing to fill in the gaps myself. Without further ado, I'll just explain what I have so far:
Each person has basic information asociated with them:
- contact ID (autonumber)
- first name
- last name
- title of courtesy
- four "optional" text fields to be used at the discretion of the organization, with possible values to be drawn from another table
- two sets of contact information (primary and secondary)
I would like to also have a series of notes associated with each person, a note being simply a text comment and the date it was added to the record. How should I store this? I'm thinking another table, with simply fields for ContactID, Date, and Comment.
Also associated with each person are "contact reminders": small notes to remind staff to contact the person. Each contact reminder consists of four elements: the person doing the contacting (one of the authorized people the list defined in another table), the date to contact, the subject, and whether an email reminder should be sent to staff. I was thinking of a similar table set up for the notes. Is this a good idea?
And (please bear with me!) I have one last question. A separate table will also be used to store company contact information. Is it possible to use another set of autonumbers for company IDs, and then store associated "notes" in one single notes table, or would the numbers conflict with the personal contacts?
Wow. That was rather long-winded. Thank you immensely for anyone who read the whole thing! And thanks in advance for any help/comments/advice you may be able to offer!