Hi
I have a simple form, which just adds to a table with the following data.
What I want to do is the following:
When the user enters a new entry the PREVIOUS field is automatically populated with whatever was entered last.
So the user enters the DATA and the NEW value and the PREVIOUS is automatically populated.
How can I do this
Thanks
Phil
I have a simple form, which just adds to a table with the following data.
Code:
Date New Previous
01/05/06 30 20
What I want to do is the following:
When the user enters a new entry the PREVIOUS field is automatically populated with whatever was entered last.
So the user enters the DATA and the NEW value and the PREVIOUS is automatically populated.
How can I do this
Thanks
Phil