Import External Data

R

Rubie

Hello,

Is there a way to import data from (columns 1 and 2) of an external table
without having to import columns 3 and 4. I am only interested in data that
is located in Columns 1 and 2.

Thanks in advance for any advice on this.
 
N

NTC

link to the table (rather than import)

and use a MakeTable query that only involves the columns you want
 
Top