![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am working on a database to keep track all the caller's info in the database. For example: After the user entered a caller's information in the database, and when that same caller called back again the second time and then some of their information and also the client id automatically appeared on the screen so that the user don't need to retype them again. *I want to keep track of each record as new records. *The Id and first name will be the same. *When I run a report I can link them all together and knowing that this person had called in twice! Any suggestion, please advice! *Thanks. Grace |
#3
| |||
| |||
|
|
On Aug 23, 1:59*pm, Grace <vi.qu... (AT) wisconsin (DOT) gov> wrote: Hi, I am working on a database to keep track all the caller's info in the database. For example: After the user entered a caller's information in the database, and when that same caller called back again the second time and then some of their information and also the client id automatically appeared on the screen so that the user don't need to retype them again. *I want to keep track of each record as new records. *The Id and first name will be the same. *When I run a report I can link them all together and knowing that this person had called in twice! Any suggestion, please advice! *Thanks. Grace Fundamentally you need three things: 1. A table to hold the clients information - minimally - name and ID. (the table can hold other, non repeating data such as phone number, email, etc) 2. A second table to hold the call information - minimally - *the ID of the caller, the date and time of the call, and what the call was about 3 *A query that links the two tables on the client ID You can then get a list, report or what ever that will list each caller listing separately each call received from them. Regards Kevin |
#4
| |||
| |||
|
|
On Aug 23, 2:33 pm, KC-Mass <connear... (AT) comcast (DOT) net> wrote: On Aug 23, 1:59 pm, Grace <vi.qu... (AT) wisconsin (DOT) gov> wrote: Hi, I am working on a database to keep track all the caller's info in the database. For example: After the user entered a caller's information in the database, and when that same caller called back again the second time and then some of their information and also the client id automatically appeared on the screen so that the user don't need to retype them again. I want to keep track of each record as new records. The Id and first name will be the same. When I run a report I can link them all together and knowing that this person had called in twice! Any suggestion, please advice! Thanks. Grace Fundamentally you need three things: 1. A table to hold the clients information - minimally - name and ID. (the table can hold other, non repeating data such as phone number, email, etc) 2. A second table to hold the call information - minimally - the ID of the caller, the date and time of the call, and what the call was about 3 A query that links the two tables on the client ID You can then get a list, report or what ever that will list each caller listing separately each call received from them. Regards Kevin Thanks Kevin for your response! Very appreciate it! Basically what I try to do is to have to links/choices: #1. Add a new caller with no prior service with us #2. List recent caller info if #1 is clicked - a new black screen/form will pop-up for enter new info ( I got that working!) if #2 is clicked - these info will pop-up: Caller ID Name Date Call (option links as shows below) 7575 Bob 8/23/2010 View/Edit/New Call Please note the above's option links, when New Call was clicked the form pup-up contains previous/same caller info such as: Caller ID Name Date Call (New date! and many new info need to enter!) 7575 Bob 8/24/2010 In the table it should contains the info as follows: Caller ID Name Date Call 7575 Bob 8/24/2010 7575 Bob 8/23/2010 This is what I need to accomplish and hope is more clear. Thanks for your help or anyone willing. Very appreciate it! G |
![]() |
| Thread Tools | |
| Display Modes | |
| |