G
Guest
Hi there,
I was wondering if someone could help me out. I have a simple table
(Table1) which maintains our projects and I'd like to be able track what
records have been changed and specifically what field on the record has been
changed.
Table1 has three fields (for simplicity):
Project_ID (AutoNumber)
Project_Name (Text)
Project_Details (Text)
Is it possible to create a table (Table2) to track the changes which
contains the following fields:
Project_ID: (Number-integer)
Update_Date: (Date/Time)
Record_Changed_From: (Text)
Record_Changed_To: (Text)
So for example, I could have Form1 open looking at Project_ID 12 and I want
to change the description from "Test Project 1" to "Test Project 2". After
the change has been made and the record is either saved or moved on to the
next record, could some code be written so that only the record that was
changed be appended to Table2 and show the following:
Project_ID: 12
Update_Date: 10/05/04
Record_Changed_From: Test Project 1
Record_Changed_To: Test Project 2
If someone could please help me out, that would be fantastic!!
Thanking you in advance,
Todd
I was wondering if someone could help me out. I have a simple table
(Table1) which maintains our projects and I'd like to be able track what
records have been changed and specifically what field on the record has been
changed.
Table1 has three fields (for simplicity):
Project_ID (AutoNumber)
Project_Name (Text)
Project_Details (Text)
Is it possible to create a table (Table2) to track the changes which
contains the following fields:
Project_ID: (Number-integer)
Update_Date: (Date/Time)
Record_Changed_From: (Text)
Record_Changed_To: (Text)
So for example, I could have Form1 open looking at Project_ID 12 and I want
to change the description from "Test Project 1" to "Test Project 2". After
the change has been made and the record is either saved or moved on to the
next record, could some code be written so that only the record that was
changed be appended to Table2 and show the following:
Project_ID: 12
Update_Date: 10/05/04
Record_Changed_From: Test Project 1
Record_Changed_To: Test Project 2
If someone could please help me out, that would be fantastic!!
Thanking you in advance,
Todd