The Problem (Q-score 27, ranked #1st of 67 in the Access VBA archive)
The scenario as originally posted in 2008
Does anyone know how to modify an existing import specification in Microsoft Access 2007 or 2010? In older versions there used to be an Advanced button presented during the import wizard that allowed you to select and edit an existing specification. I no longer see this feature but hope that it still exists and has just been moved somewhere else.
Why community consensus is tight on this one
Across 67 Access VBA entries in the archive, the accepted answer here holds elite answer (top 10 %%) status — meaning voters are unusually aligned on the right fix.
The Verified Solution — elite answer (top 10 %%) (+31)
Verbal answer — walkthrough without a code block
Note: the verified answer is a prose walkthrough. If you need a runnable sample, check Access VBA entries ranked in the top 10 of the same archive.
I am able to use this feature on my machine using MS Access 2007.
- On the Ribbon, select External Data
- Select the “Text File” option
- This displays the Get External Data Wizard
- Specify the location of the file you wish to import
- Click OK. This displays the “Import Text Wizard”
- On the bottom of this dialog screen is the Advanced button you referenced
- Clicking on this button should display the Import Specification screen and allow you to select and modify an existing import spec.
For what its worth, I’m using Access 2007 SP1
When to Use It — vintage (14+ years old, pre-2013)
This is the top-ranked pattern in Access VBA
Among 67 archived Access VBA entries, nothing currently outranks this one. If your stack includes Access VBA, this is the first pattern to try.
What changed between 2008 and 2026
The answer is 18 years old. The Access VBA object model has been stable across Office 2013, 2016, 2019, 2021, 365, and 2024/2026 LTSC, so the pattern still compiles. Changes that might affect you: 64-bit API declarations (use PtrSafe), blocked macros in downloaded files (Mark-of-the-Web), and the shift toward Office Scripts for web-first workflows.