Have most of it done, using VBA:
1) linked to external text file
2) copied linked table header (structure only) to local table, selecting only fields in linked table that are required (used an array to specify field positions wanted)
3) added 'ID' field at OP=0
4) created indices for four fields, including primary
Now, using same array technique, I'll build an SQL statement with VBA that will populate the local table with all of the data in the linked table.
Your help is much appreciated, along with all the others that provided sample code.
Thanks.