View Full Version : Update Option


Sinnah
05-26-2000, 04:33 AM
I have created a form for entering a new JOB Details and Query purpose. Is there any way asking from user whether to update or cancel before update the tabel,if anyone change the detail while they querying it.
Many thanks if any one can help me on this.

FrankH
05-27-2000, 10:39 AM
You can use the BeforeUpdate event to fire if a recordset has been changed, this will fire before the data is written to the tables and will only fire if the data has changed

Sinnah
05-30-2000, 08:24 AM
Sorry Frank I could not get working by event in the "before update". Could it be possible you to explain about fire?

Sinnah
05-30-2000, 08:25 AM
Sorry Frank I could not get working by event in the "before update". Could it be possible you to explain about fire?