P
pago
Hi everyone,
Can anyone have a look at my union query below, because Access keeps
telling me that I have got a “Syntax Error (missing operator) in query
expression ‘[Account Code]’ = “AAA-071153”
SELECT [Account Code], [Amount], [Transaction Date], [Transaction
description], [Period], [Debit/Credit], [Journal No], [Journal Type],
[Journal Source], [Transaction Reference]
FROM [BAT_1997]
WHERE [Account Code] = “AAA-071153”
UNION SELECT [Account Code], [Amount], [Transaction Date],
[Transaction description], [Period], [Debit/Credit], [Journal No],
[Journal Type], [Journal Source], [Transaction Reference]
FROM [BAT_2007]
WHERE [Account Code] = “AAA-071153”
What is Access trying to tell me?
Many thanks,
Pb
Can anyone have a look at my union query below, because Access keeps
telling me that I have got a “Syntax Error (missing operator) in query
expression ‘[Account Code]’ = “AAA-071153”
SELECT [Account Code], [Amount], [Transaction Date], [Transaction
description], [Period], [Debit/Credit], [Journal No], [Journal Type],
[Journal Source], [Transaction Reference]
FROM [BAT_1997]
WHERE [Account Code] = “AAA-071153”
UNION SELECT [Account Code], [Amount], [Transaction Date],
[Transaction description], [Period], [Debit/Credit], [Journal No],
[Journal Type], [Journal Source], [Transaction Reference]
FROM [BAT_2007]
WHERE [Account Code] = “AAA-071153”
What is Access trying to tell me?
Many thanks,
Pb