error report table

reddogheat

New member
Local time
Today, 00:36
Joined
Mar 19, 2009
Messages
4
Hi,

I am exporting a linked table to a text file. I have approx 1,000,000 records.
During the export, access creates a table of errors. The errors are not a problem, but i do not want access to create the error tables as the export is done several times a day.
Does anyone know how i can stop these tables from being automatically generated?
Many Thanks
Phin
 
Does anyone know how i can stop these tables from being automatically generated?
No, but if you run the export via code on a form you can use the event to also delete any of those tables.
 
Hi Bob,

Good thinking. Problem solved.

Thanks Phin
 

Users who are viewing this thread

Back
Top Bottom