Hi,
I'm trying to import an excel file straight into the back end of my database as I'm getting a numeric field overflow going through my front end. I've tried everything to fix this and this is my latest Idea but if anyone knows a better on one please let me know. Here is the code I'm trying but i get a meassage box saying that it doesn't follow the naming rules.
DoCmd.TransferSpreadsheet acImport, 8, "I:\DATACOLL\J.E.D._be.mdb\tblassimilation", "C:\Documents and Settings\tom\My Documents\assimilationupdate.xls", True,
I'm trying to import an excel file straight into the back end of my database as I'm getting a numeric field overflow going through my front end. I've tried everything to fix this and this is my latest Idea but if anyone knows a better on one please let me know. Here is the code I'm trying but i get a meassage box saying that it doesn't follow the naming rules.
DoCmd.TransferSpreadsheet acImport, 8, "I:\DATACOLL\J.E.D._be.mdb\tblassimilation", "C:\Documents and Settings\tom\My Documents\assimilationupdate.xls", True,