D
David M via AccessMonster.com
I'm getting the 3349 (Numeric Field Overflow) error when trying to insert new
records into a linked back-end table programmatically. The source is a select
statement from a linked text file (comma sep).
The craziness is two-fold:
1- If I import the destination table to make it local instead of linked, the
procedure works fine. But this is a split db, so the table really needs to be
linked.
2- I only get the error with certain source text files, not all.
So, I can successfully link text file A and select records from it to insert
into the linked table Z. And I can link text file B, but in order to select
records from text file B and insert them into table Z, I have to actually
import table Z (in other words, have a local version of it) rather than have
it linked.
Any clues?
Thanks in advance,
David
records into a linked back-end table programmatically. The source is a select
statement from a linked text file (comma sep).
The craziness is two-fold:
1- If I import the destination table to make it local instead of linked, the
procedure works fine. But this is a split db, so the table really needs to be
linked.
2- I only get the error with certain source text files, not all.
So, I can successfully link text file A and select records from it to insert
into the linked table Z. And I can link text file B, but in order to select
records from text file B and insert them into table Z, I have to actually
import table Z (in other words, have a local version of it) rather than have
it linked.
Any clues?
Thanks in advance,
David