J
JDB
I use the following DoCmd statement to bring in an entire spreadsheet
tab. Works very well except is adds 2 extra blank rows to the top of
the table so always get a warning.
I have deleted all the remaining rows in the spreadsheet tab looking
for extra characters, but it continues to happen.
Any ideas how to prevent this??
Thanks
JDB
-----------------------------------------
DoCmd.TransferSpreadsheet transfertype:=acImport, SpreadsheetType:=8,
_
tablename:="tbl_Import_Albacora_Volumes", _
FileName:=strOne & strTwo, Hasfieldnames:=True
--------------------------------------
tab. Works very well except is adds 2 extra blank rows to the top of
the table so always get a warning.
I have deleted all the remaining rows in the spreadsheet tab looking
for extra characters, but it continues to happen.
Any ideas how to prevent this??
Thanks
JDB
-----------------------------------------
DoCmd.TransferSpreadsheet transfertype:=acImport, SpreadsheetType:=8,
_
tablename:="tbl_Import_Albacora_Volumes", _
FileName:=strOne & strTwo, Hasfieldnames:=True
--------------------------------------