I need to allow the user to select a .txt file, whose location and name may change, and create a table linked to that file. The .txt file is pipe delimited. I can create a link to the file okay using acLinkDelim, but the only way that I can see to delimit the fields is by first creating a specification. Do I have to modify the specification each time the file name or path changes, or is there a way in VBA to create the linked table with the delimited fields? Hope my question is clear enough. Thanks for any help.