I
IrishManInUsa
SELECT EverXstores.[Cust Code], EverXstores.[Store Code], Allcust.[Store
Name], Allcust.[Store Add1], Allcust.[Store Add2], Allcust.[Store City],
Allcust.[Store State], Allcust.[Store Zip]
FROM Allcust RIGHT JOIN EverXstores ON (Allcust.[Cust Code] =
EverXstores.[Cust Code]) AND (Allcust.[Store Code] = EverXstores.[Store
Code]);
This is a query I am running.......the problem is the first two columns
display data....but the rest of the columns in the query doesn't display
data. May be it is late.....and I am not quite seeing where the problem
is....but why am I not getting any data for the last three or four
columns....it is anything from the AllCust table.....any help would be
appreciated....thanks in advance.
JD
Name], Allcust.[Store Add1], Allcust.[Store Add2], Allcust.[Store City],
Allcust.[Store State], Allcust.[Store Zip]
FROM Allcust RIGHT JOIN EverXstores ON (Allcust.[Cust Code] =
EverXstores.[Cust Code]) AND (Allcust.[Store Code] = EverXstores.[Store
Code]);
This is a query I am running.......the problem is the first two columns
display data....but the rest of the columns in the query doesn't display
data. May be it is late.....and I am not quite seeing where the problem
is....but why am I not getting any data for the last three or four
columns....it is anything from the AllCust table.....any help would be
appreciated....thanks in advance.
JD