Access 2003 Front end
SQL Server 2000 back end
Bound Ctrl1 = the status of a record. (drop down list of status choices)
Bound Ctrl2 = upon status changing the date the status changed.
I would like to create a new table in the back end which keeps a record of the status' and dates that they change for each record. Thus one could query this new table to see a timeline of status changes over time.
I am posting here as I am wondering if I could do this totally in the backend with a trigger i think it is called.
If possible my first thought is I would not want the trigger to always fire upon a change but only if the change stays for more than a few minutes.
SQL Server 2000 back end
Bound Ctrl1 = the status of a record. (drop down list of status choices)
Bound Ctrl2 = upon status changing the date the status changed.
I would like to create a new table in the back end which keeps a record of the status' and dates that they change for each record. Thus one could query this new table to see a timeline of status changes over time.
I am posting here as I am wondering if I could do this totally in the backend with a trigger i think it is called.
If possible my first thought is I would not want the trigger to always fire upon a change but only if the change stays for more than a few minutes.