query wont bring all info together from a link

E

esparzaone

I linked a file into access. I then did a flat query which brought the
linked file into a query. I then wanted to bring the flat query and a table
to read each other. The ticketnum shows on both sides but the LotNum is not
showing up on the tabledata side. Any ideas would be much appreciated.
Thanks Zenia


SELECT [RSM-Recv Query].PostDate, [RSM-Recv Query].RecvDate, [RSM-Recv
Query].LotNum, [RSM-Recv Query].PoolNum, [RSM-Recv Query].Variety, [RSM-Recv
Query].TicketNum, [RSM-Recv Query].Bins, [RSM-Recv Query].CullP, [RSM-Recv
Query].BrineP, [RSM-Recv Query].P080, [RSM-Recv Query].P085, [RSM-Recv
Query].P090, [RSM-Recv Query].P095, [RSM-Recv Query].P100, [RSM-Recv
Query].P105, [RSM-Recv Query].P110, [RSM-Recv Query].P115, [RSM-Recv
Query].P120, [RSM-Recv Query].P130, [RSM-Recv Query].Comments, tblData.RDATE,
tblData.ORDERRUN, tblData.PKD, *
FROM tblData LEFT JOIN [RSM-Recv Query] ON tblData.TICKETNUM = [RSM-Recv
Query].TicketNum;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top