S
Steve
I am linking an excel spreadsheet via:
DoCmd.TransferSpreadsheet acLink, , "LinkedTable", strFilePath, True
The Spreadsheet contains blank fields. If I alter any data in the
"LinkedTable" thru Access, it corrupts the spreadshheet. For instance, if Row
1, Col 2 is blank, after altering the data in Access, Row 1, Col 3 moves into
the once blank Row 1 , Col 2.
Any reccomendations?
DoCmd.TransferSpreadsheet acLink, , "LinkedTable", strFilePath, True
The Spreadsheet contains blank fields. If I alter any data in the
"LinkedTable" thru Access, it corrupts the spreadshheet. For instance, if Row
1, Col 2 is blank, after altering the data in Access, Row 1, Col 3 moves into
the once blank Row 1 , Col 2.
Any reccomendations?