Assuming you must let Access create the temp table for you (versus you managing this yourself in code), you could simply read the csv file, insert a line as the first record containing what you want, then process the bulk load. At the end, remove the first record you imported.