Insert Into

chuckster

Registered User.
Local time
Today, 00:07
Joined
Oct 4, 2000
Messages
52
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
 
yeah yeah read the help file.

DoCmd.SetWarnings False
 

Users who are viewing this thread

Back
Top Bottom