G
Guest
Hello,
Major problem, task past due. I have an access 2000 mdb that contains data in a table, I need to get that data into an Access 97 mdb. Table are simliar, a few type converstions are done.
I created a VB app that monitors the 2000 mdb for a new record, then inserts into 97 mdb and deletes from the 2000 mdb.
Simple, right.... WRONG... this is killing me.
Here is the message i am getting
"Error -2147217833 (The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.) in procedure InsertIntoRSC of Module basDBFunctions"
However, this is the weird thing. If I go into Access, and paste the sql statment from the vb program that tried to execute and produced the above error... It works fine?
I know.. this might have something to do with VB, thought I'd ask some the access guru's here, maybe someone has seen this before
Thanks,
Brian Shafer
Major problem, task past due. I have an access 2000 mdb that contains data in a table, I need to get that data into an Access 97 mdb. Table are simliar, a few type converstions are done.
I created a VB app that monitors the 2000 mdb for a new record, then inserts into 97 mdb and deletes from the 2000 mdb.
Simple, right.... WRONG... this is killing me.
Here is the message i am getting
"Error -2147217833 (The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.) in procedure InsertIntoRSC of Module basDBFunctions"
However, this is the weird thing. If I go into Access, and paste the sql statment from the vb program that tried to execute and produced the above error... It works fine?
I know.. this might have something to do with VB, thought I'd ask some the access guru's here, maybe someone has seen this before
Thanks,
Brian Shafer