PDA

View Full Version : Import Specification file location in Access 2007



lazyme
02-19-2010, 12:13 PM
I have a running VBA code in access 2007 with the following line

DoCmd.TransferText acImportDelim, "Import Spec", "Imported", filen
I am trying to locate the specification "Import Spec" in Access. Where can I find it? I tried checking the Import options in the External Data tab but was unable to locate it.

vikingfreddy
02-19-2010, 01:30 PM
Try searching in VBA help for TransferText, this should give you what you require.