Hi,
I have a daily process where I append a data set to a table. Following the append I mark the data set as having been appended. The problem is that If I turn warnings off, the append can partially complete. If a record is missing a required value it is not appended. However my update query marks it as being appended. Two questions:
1) With warnings off How can I enfore access to complete the entire append or none at all (no partial completion) ?
2) When warnings are on, and an append violates some column constraint, access warns you and asks whether you wish to continue, how can you capture this information programatically ?
I have the query property Use Transaction set to yes, but this does not seem to stop partial completion.
Thanks
Mordja