i have the following query to run on ms access2000. once i run this query the data will be doubled. but i need it once. my problem is on where condition. there i have to check two different fields on table arjou (dtoacc, ctoacc) with glcode of the table glcode. any other ways?
Code:
SELECT [DATE]
, REFNO AS [REF NO]
, orderno AS [ORDER NO]
, fileno AS [FILE NO]
, AMOUNT
Leave a comment: