Hi There,
In an afterupdate event I call some code which quickly logs the time of the change in a table. The code like:
docmd.runsql "insert into..."
It works fine but gives a warning about appending 1 row. Can I disable this warning as it only serves to slow down data entry.
TIA
Chucky
In an afterupdate event I call some code which quickly logs the time of the change in a table. The code like:
docmd.runsql "insert into..."
It works fine but gives a warning about appending 1 row. Can I disable this warning as it only serves to slow down data entry.
TIA
Chucky