When I import dBase III records into an Access table in VB6 using SQL’s INSERT INTO command, I only get the undeleted records. Records marked for deletion in dBase III aren’t imported. My Access table has an additional boolean field to indicate if a record is for deletion.
How would I import all the dBase III records (including those marked for deletion) into my Access table and enter TRUE in my Access boolean field for records marked for deletion?