Numeric Field Overflow

E

Emma Hope

I have read the posts on the news groups but they do not cover the same sort
of problem i am having.

1. I have linked an Excel spreadsheet into Access, called tblTrackerABC
2. I have written a 'make table' query to transfer this the linked table to
a static table in the database called tblABC. The sql for this is SELECT
tblTrackerABC.* INTO tblABC FROM tblTrackerABC;
3. I have written a macro which runs this query.

The main reason for transferring into a static table and having a macro run
the query, is that i need to run this 30 times over for 30 different
spreadsheet, this will expand to 60 times in a month.

When i try to run the macro or each query individually i get the numeric
field overflow message. However if i compact and repair after each query run
it works fine, however this is nightmarishly slow, 30/60 make tables plus
30/60 compact and repairs.

I can't imagine is it is anything to do with field lengths etc as detailed
in other posts. If it were, 1. why would a compact and repair fix the
problem. 2. I am making a fresh table everytime based on teh linked table so
this cannot be it, can it?

Thanks for any help.
Emma
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top