I have a table in my Access Database that I can get to pull into Excel but I want to specify which columns come in and which do not. The column headings are as follows:

TransID, UCode, GLiD, TransDate, Period, Description, Amount, FY, Source, Status, TrackNo, TrType, Vendor, Requestor, Month, Doct#, Notes, XProj, Division. The follwoing is what I want and the order I would want it:

XProj, UCode, GLiD, Month, AccountTitle, Amount, Status, Description, TrackNo, Vendor, Notes, Source, TrType, FY.

After that I want to go a step further and have it only pull in a specific Ucode which is second in the list and a specific FY "Fiscal Year" i.e. 2016.

What I have done so far is go into Excel go to Data Connection click "Add" and select the table I want to import. I assume my next step is to go back into data connection under properties and add Command text but this is where I get stuck.