L
lparsons
Hi I have 2 tables with 1 linked field. When I do a query I receive
a report with the headers for the fields but no records. I am
enclosing sql. I would appreciate any help given. Thanks Lois
SELECT [ruanpltytdsept03].[CUST #], [ruanpltytdsept03].[CUSTOMER],
[ruanpltytdsept03].[DEL], [ruanpltytdsept03].[Pick UP],
[ruanpltytdsept03].[DIFFERENCE], [dbo_customer].[ID]
FROM ruanpltytdsept03 INNER JOIN dbo_customer ON
[ruanpltytdsept03].[CUST #]=[dbo_customer].[CUST#]
WHERE (("sum">"0"))
ORDER BY [ruanpltytdsept03].[CUST #];
a report with the headers for the fields but no records. I am
enclosing sql. I would appreciate any help given. Thanks Lois
SELECT [ruanpltytdsept03].[CUST #], [ruanpltytdsept03].[CUSTOMER],
[ruanpltytdsept03].[DEL], [ruanpltytdsept03].[Pick UP],
[ruanpltytdsept03].[DIFFERENCE], [dbo_customer].[ID]
FROM ruanpltytdsept03 INNER JOIN dbo_customer ON
[ruanpltytdsept03].[CUST #]=[dbo_customer].[CUST#]
WHERE (("sum">"0"))
ORDER BY [ruanpltytdsept03].[CUST #];