Hi,
Users import their excel sheet into an access db (95 and 2K). Sometimes the whole sheet imports, other times it doesn't and sometimes it adds information (!). If the users reimport, it usually imports correctly. So, the problem can't be duplicated necessarily.
I know I sound so vague about this, but I'm not sure where to look for clues. I use this function in my code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "TempTimesheet", filename, True
Do other people have this problem? It's really painful here because our network is so slow to begin with and having to reimport is not fun.