Importing into a linked table

MEDolin

Registered User.
Local time
Today, 11:24
Joined
Nov 6, 2001
Messages
17
I've got 2 db's a front_end and and back_end. In the front_end the user has a button to import a text file into a table called tblWebCourses. This table actually is stored in the back_end. I'm getting and error message "Numeric field Overflow".

Any help would appreciated!

matt
 
One (or more) of you table field sizes does not correcpond to the type of data being stuffed into it. Example, a long data type being imported into an interger or byte type data field or a 20 character string being imported into a 5 character string. They just don't fit.
 

Users who are viewing this thread

Back
Top Bottom