Hi,
On a bound form, I'm trapping the before update event, and using ADO to send an update query to the database (just using access as the front end here).
To stop Access trying to do the update itself, I've got
Cancel = True
at the end of the beforeupdate sub. But this means that Access still...