I have an access db with two linked tables. These are linked via odbc to a SQL db. One table returns all data accurately whilst the other shows some records as #ERROR. When that record is selected by the user a messagebox appears saying:
“The Field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.”
At first i thought that this was due to the record being editted in the SQL application but these records do not change ie record 10 always contains #ERROR in access. In SQL the record is fine.
I think now, this might be a problem converting from SQL data types to Access but do not understand why as there is no data stored in the Access db, it is only a way of getting to the data for reporting purposes.
If this is the case, how can i negotiate it ?
Thanks in advance.