![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I use TransferSpreadsheet to import an Excel file containing about 9,000 records. The destination table is truncated and the I use the code below to import the new (current) records. DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "Mob_Roster", cData_Source_Folder & "MobRoster.xls", True I noticed that the SSN field in about 3,000 records came in NULL instead of with the values from the Excel file. Since I use the SSN to join those records, this is a big problem. And my confidence in TransferSpreadsheet is shattered. It seems like the same records are affected each time and they aren't in any particular order. I pasted on of the SSN values into its Access record to see if there was a data type issue, but it accepted the value. Any suggestions? Thanks John |
![]() |
| Thread Tools | |
| Display Modes | |
| |