HELP! Lost Access Query

mchong71

New Member
Joined
Oct 28, 2010
Messages
8
So I have a very strange problem here. I am not the original developer of the database that I'm working on but am debugging certain problems. During this process I am trying to trace back certain fields.

Here's the problem:

I'm in the query design of "query1" which uses "query2". When I go to find query2 in the navigation pane its not there. I've made sure to display all hidden objects and yet it still does not appear. I know that if you delete a query it also deletes it from any query that is using it.

Sooo...my question is can you dynamically create a query within another query so that it doesnt show up in the nav. pane, and if not how is this situation possible?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
They're called subqueries.

You can look at something like this example for some information:
http://beginner-sql-tutorial.com/sql-subquery.htm

Something I'd suggest doing is changing the view to SQL view and then looking at the statement there carefully. Queries can actually reference external objects (outside your current database) but they always require an explict path to the database and then it explictly mentions the precise query.
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top