J
John
I'm not sure if I'm posting this message in the correct area so if you read
this and you think that it should be posted somewhere else please let me know.
Before I ask my question I'm going to tell you a litle bit about what I'm
trying to do.
I am the Public Relations (PR) Officer for the Self Advocacy Council of
Northern Illinois (SACNI) and I am making a database to keep track of all
contact nformation (members & other people we've contacted). I want to set up
a communication log in the database so that it will store the Date, time, and
Contact Method ID for 1 year for each contact.
My form is set up as follows. (Note: LC = Label Caption & Txtbx = Tex tbox
LC Control Notes
Contact Method ID: Dropdown box (I can select a value to store in the
ContactMethodID field)
LC Txtbx1 Txtbx2
Last Contact Date & Time: Date Time
Notes: Txtbx1 is set to accept Date from the Date/Time option that I set for
the LastContactDate field in my table and Txtbx2 is used to insert the tme
into the LastContactTime field.
The above controls are set up in a page using te tab control. Underneath the
tab control I have two more controls set up and they are as follows:
LC Txtbx1 LC Txtbx2
Contact Updated on Date at Time
Note: Txtbx1 stores the date in the DateContact Updated field and Txtbx2
stores the time in the TimeContactUpdated field.
Now that I've explained how the form is set up, my questions are as follows:
I want to have the control for each field store the data in the proper
fields. When new dates and times are entered I want the database to move the
old valuses to the Communications log. When I view my records I want to be
able to view the communication log by clicking a link that says View
Communication log. and have it pull up the information for that contact. I
want it to display the newest or the most up-to-date information first
followed by the old er values. I also want to use only one log to store all
the contacts' information
1. Is there a way to set up my database so that it will save the information
stored in the ContactMethodID, LastContactDate & LastContactTime for the
length of 1 year?
this and you think that it should be posted somewhere else please let me know.
Before I ask my question I'm going to tell you a litle bit about what I'm
trying to do.
I am the Public Relations (PR) Officer for the Self Advocacy Council of
Northern Illinois (SACNI) and I am making a database to keep track of all
contact nformation (members & other people we've contacted). I want to set up
a communication log in the database so that it will store the Date, time, and
Contact Method ID for 1 year for each contact.
My form is set up as follows. (Note: LC = Label Caption & Txtbx = Tex tbox
LC Control Notes
Contact Method ID: Dropdown box (I can select a value to store in the
ContactMethodID field)
LC Txtbx1 Txtbx2
Last Contact Date & Time: Date Time
Notes: Txtbx1 is set to accept Date from the Date/Time option that I set for
the LastContactDate field in my table and Txtbx2 is used to insert the tme
into the LastContactTime field.
The above controls are set up in a page using te tab control. Underneath the
tab control I have two more controls set up and they are as follows:
LC Txtbx1 LC Txtbx2
Contact Updated on Date at Time
Note: Txtbx1 stores the date in the DateContact Updated field and Txtbx2
stores the time in the TimeContactUpdated field.
Now that I've explained how the form is set up, my questions are as follows:
I want to have the control for each field store the data in the proper
fields. When new dates and times are entered I want the database to move the
old valuses to the Communications log. When I view my records I want to be
able to view the communication log by clicking a link that says View
Communication log. and have it pull up the information for that contact. I
want it to display the newest or the most up-to-date information first
followed by the old er values. I also want to use only one log to store all
the contacts' information
1. Is there a way to set up my database so that it will save the information
stored in the ContactMethodID, LastContactDate & LastContactTime for the
length of 1 year?