I have a large amount of VBA in a database to import data into an Access table. Someone had mentioned to me that it would be easier for Access to import the data if I used column numbers instead of the actual column heading. However, I can't find how to reference the column number. Can someone tell me how to reference the column number in a record set? Also, I know that many times, the indexes in visual basic start with 0. Is this the case with the column numbers too (i.e. the first column is 0 and the second column is 1)?