J
Joe
Hi
I am trying to create a simple database to log phone call messages but
am not sure how to stop duplication of names.
For example, I log 3 calls from 3 different people on day 1; Tom, John
and Fred. I also log the message from each of them.
Tom phones again later and I need to log his next message.
I do not want the database creating a new name if the name already
exists. Would require it to create it if it is a new name else 'look up'
the name if it already exists.
This would then show all the messages from the caller.
Then later I would like the database to show all messages from each
person in a report.
I have one table containing the:
- Contact_ID, Date, Message and Message_ID
A second one containing:
ID (primary key), Name and Phone no.
And a form containing all the information.
Not sure if I have described this too well but can any expert give me
some help in how I go about setting this up please. I am new to writing
Access databases.
I am trying to create a simple database to log phone call messages but
am not sure how to stop duplication of names.
For example, I log 3 calls from 3 different people on day 1; Tom, John
and Fred. I also log the message from each of them.
Tom phones again later and I need to log his next message.
I do not want the database creating a new name if the name already
exists. Would require it to create it if it is a new name else 'look up'
the name if it already exists.
This would then show all the messages from the caller.
Then later I would like the database to show all messages from each
person in a report.
I have one table containing the:
- Contact_ID, Date, Message and Message_ID
A second one containing:
ID (primary key), Name and Phone no.
And a form containing all the information.
Not sure if I have described this too well but can any expert give me
some help in how I go about setting this up please. I am new to writing
Access databases.