E
Eric
My sql statement does not copy all records. Both tables
are identical except the origin table has an autonumbered
primary key. The origin table has 3500 records but the
destination table is missing around 500 records. Any
ideas?
str = "INSERT INTO AAParts SELECT Parts.* FROM Parts;"
db.Execute str
are identical except the origin table has an autonumbered
primary key. The origin table has 3500 records but the
destination table is missing around 500 records. Any
ideas?
str = "INSERT INTO AAParts SELECT Parts.* FROM Parts;"
db.Execute str