Union query is gone from access 2003 to 2007

R

Ryan

I have a database that has been working fine in development in access 2003.
I have a simple Union query that works great, but when I open the program in
access 2007 I cant even see the Union queries. Here is a simple example of
one of my Union queries.

select * from 05qryPhysician
UNION ALL Select * From 05qryPhysicianTotals;

Even though the Union query is not visible, I have a command that exports
the data from access to excell that kinda works. Here is what I get when I
run the command.

The name, 05PhysicianTotals, either conflicts with a
valid range reference or is invalid for Excel. The name has been
replaced with _1_05PhysicianTotals.

What am I doing wrong. Why cant I edit or even view my Union Queries in
Access 2007? Why is it wanting to rename then when I run my command?


You may still need to manually update any references to this name used
in VBA code or as text arguments in functions. You must close and
reopen the workbook before these changes take effect.
 
R

Ryan

I take that back, I can see the union queries in Access 2007, I think the
problem lies withing excell. Should I move to that forum or does anyone know
what bout to do in this situation?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Union query 5
union query 4
Union Query of Two Queries (Part 2) 2
Union Query and Field Alias 7
Query is too complex 5
Union Query 2
Keep name of source query in Union 2
Union Query 7

Top