C
Chace
I am baffled by this problem. When I execute an append query in vba by the
db.execute strSQL, dbfailonerror command I am only getting 76 out of the
expected 81 records dumped to the destination table. I debug.printed the
strSQL statement and pasted it in the SQL query design window and viewed it
in design view. Looked great. When I run it from there I get all 81 records
as expected! I deleted the records from the destination table and tried
again….same problem. I have done this multiple times, compiled the vba code,
compacted the database multiple times, but problem persists. Any idea what
could be going on?
Thanks,
Chace
db.execute strSQL, dbfailonerror command I am only getting 76 out of the
expected 81 records dumped to the destination table. I debug.printed the
strSQL statement and pasted it in the SQL query design window and viewed it
in design view. Looked great. When I run it from there I get all 81 records
as expected! I deleted the records from the destination table and tried
again….same problem. I have done this multiple times, compiled the vba code,
compacted the database multiple times, but problem persists. Any idea what
could be going on?
Thanks,
Chace