I have a ASP form that writes to a Access database.
On another machine, I have the database open at a form in datasheet view. By setting a timer to do a requery on the form, I can see when new records are enetered.
However, I want to do a sequence of events when this happens but I can't which event fires (if any) once a new record has been entered.
It doesn't work on the After Insert or After Update. This is presumably because it's not the form that's entering the data so what is the best method to detect that a new record has been added?
Hope this makes sense.
On another machine, I have the database open at a form in datasheet view. By setting a timer to do a requery on the form, I can see when new records are enetered.
However, I want to do a sequence of events when this happens but I can't which event fires (if any) once a new record has been entered.
It doesn't work on the After Insert or After Update. This is presumably because it's not the form that's entering the data so what is the best method to detect that a new record has been added?
Hope this makes sense.