T
TC
Add:
, dbFailOnError
to the end of your .Execute statement. This tells that statement to stop
with an error if any record can not be updated, for some reason. Without
that parameter, the Execute does whatever updates it can, and ignores
whatever ones it can't - and it does not display an error for the latter.
HTH,
TC
, dbFailOnError
to the end of your .Execute statement. This tells that statement to stop
with an error if any record can not be updated, for some reason. Without
that parameter, the Execute does whatever updates it can, and ignores
whatever ones it can't - and it does not display an error for the latter.
HTH,
TC