M
m miller
Hi all,
I am a MSAccess newbie, I usually work with .NET, SQLServer, Oracle, etc.
I'm trying to create a maketable query that uses UNION syntax and MSAccess
doesn't seem to like
any of my variations and gives me the error:
'An action query cannot be used as a row source.'
Here are my syntax:
select * INTO TEST4
FROM TEST
UNION SELECT * FROM TEST2
UNION SELECT * FROM TEST3
What would the MSAccess syntax be? This works in SQLServer, Oracle and
Foxpro.
TIA,
Marc Miller
I am a MSAccess newbie, I usually work with .NET, SQLServer, Oracle, etc.
I'm trying to create a maketable query that uses UNION syntax and MSAccess
doesn't seem to like
any of my variations and gives me the error:
'An action query cannot be used as a row source.'
Here are my syntax:
select * INTO TEST4
FROM TEST
UNION SELECT * FROM TEST2
UNION SELECT * FROM TEST3
What would the MSAccess syntax be? This works in SQLServer, Oracle and
Foxpro.
TIA,
Marc Miller