WaltLukeIII
Programmer
I am trying to import from an excel spreadsheet and I keep just getting a single empty field with a label of F1. I am using the following code<br><br>DoCmd.TransferSpreadsheet acImport, 6, _ "Practice", path, True, "A1:E320"<br><br>where path is the name of the file<br>and practice is the name of the new table