Geordie2008
Registered User.
- Local time
- Today, 23:14
- Joined
- Mar 25, 2008
- Messages
- 177
Hi all,
I have form which I would like the end-user to be able to use to update fields, for example:
First Name
Last Name
Building
Country
etc...
trouble is I need to be able to track changes. I have a unique StaffNumber with I have used as the key. So if a staff member changes Building I need to be able to track where they are now and where they were in say Dec-07.
In order to do this I wanted to populate a form with the current values held on record. I have done this by filtering on a form and returning the employee details filtered by Staff number (the form populates with all of the building, first / last name details etc)
Next I would like the user to be able to make a change which will then re-populate a line of data within the database (and NOT overwrite the historic data). I would like a time stamp on when the change was made to allow me to run reports using the timestamp.
e.g.
Mandy | Smith | London | Liverpool Street | 01/01/2005
Mandy | Jones | London | Holborn | 24/03/2008
Mandy | Smith-Jones | London | Holborn | 25/03/2008
Can anyone please help me with this?
Thanks,
Mandy
I have form which I would like the end-user to be able to use to update fields, for example:
First Name
Last Name
Building
Country
etc...
trouble is I need to be able to track changes. I have a unique StaffNumber with I have used as the key. So if a staff member changes Building I need to be able to track where they are now and where they were in say Dec-07.
In order to do this I wanted to populate a form with the current values held on record. I have done this by filtering on a form and returning the employee details filtered by Staff number (the form populates with all of the building, first / last name details etc)
Next I would like the user to be able to make a change which will then re-populate a line of data within the database (and NOT overwrite the historic data). I would like a time stamp on when the change was made to allow me to run reports using the timestamp.
e.g.
Mandy | Smith | London | Liverpool Street | 01/01/2005
Mandy | Jones | London | Holborn | 24/03/2008
Mandy | Smith-Jones | London | Holborn | 25/03/2008
Can anyone please help me with this?
Thanks,
Mandy