Hello,
I've been banging my head on the wall for a while with trying to get the Import Wizard working and searching various forums to see if anyone has experienced this problem without luck. I have double-checked to be sure that each column in the Excel spreadsheet is formatted correctly for the corresponding destination field in Access and that they are in the correct position with the same number of columns. When I copy and paste the data directly into the table it works fine. I've also triple-checked the column headers to be sure there is no formatting and that there are no string differences.
The user of the db I've written will not have permissions into the tables, so of course I want to make sure that he will be able to import without pasting into the tables, but for some reason I keep getting the No Can Do message from the Wizard. The user is being faced with Access for the first time and is fairly resistant to it, so I HAVE to make it as easy as possible for him, but I'm not up to the VBa coding required to create a browse option for importing from a form.
Any suggestions on what I could be missing so I can get the Import Wizard working?
- dates are formatted as medium dates in both Excel and Access
- number fields are formatted as such in both
- text fields are formatted as such in both
- there are no calculated fields
The primary key is an auto-generated number, so I have left the Excel column blank (but with a header) but formatted the cells as numbers.
I've been banging my head on the wall for a while with trying to get the Import Wizard working and searching various forums to see if anyone has experienced this problem without luck. I have double-checked to be sure that each column in the Excel spreadsheet is formatted correctly for the corresponding destination field in Access and that they are in the correct position with the same number of columns. When I copy and paste the data directly into the table it works fine. I've also triple-checked the column headers to be sure there is no formatting and that there are no string differences.
The user of the db I've written will not have permissions into the tables, so of course I want to make sure that he will be able to import without pasting into the tables, but for some reason I keep getting the No Can Do message from the Wizard. The user is being faced with Access for the first time and is fairly resistant to it, so I HAVE to make it as easy as possible for him, but I'm not up to the VBa coding required to create a browse option for importing from a form.
Any suggestions on what I could be missing so I can get the Import Wizard working?
- dates are formatted as medium dates in both Excel and Access
- number fields are formatted as such in both
- text fields are formatted as such in both
- there are no calculated fields
The primary key is an auto-generated number, so I have left the Excel column blank (but with a header) but formatted the cells as numbers.