I am transfering data from Access Db to SQL-Server.
There are 483 records which must be inserted into the SQL-Server DB, but i get this error when i try to do it through code.
I did already transfer different other tables with this code.
Error attached.
Last edited by swatty; Feb 3rd, 2003 at 09:37 AM.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If