OK I know this must be silly easy to do...but how do you change the name of a table with code? If someone could give me a quick snippet of code on this, I would be thankfull.
Also, Is there any way to do an import into the same table over and over again, but have Access NOT append the new imported data? Meaning overwrite what is in there already? I am using some variables here in my code (ImportType, TableName etc...), but is there something I can add to make the import overwrite the old data?
DoCmd.TransferText acImportFixed, ImportType, TableName, Path, False, ""
Thanks for your help in advance
Gary
Also, Is there any way to do an import into the same table over and over again, but have Access NOT append the new imported data? Meaning overwrite what is in there already? I am using some variables here in my code (ImportType, TableName etc...), but is there something I can add to make the import overwrite the old data?
DoCmd.TransferText acImportFixed, ImportType, TableName, Path, False, ""
Thanks for your help in advance
Gary