Re: Listing objects (tables and queries) within a query
- From: "JimP" <jpockmire@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Apr 2008 15:21:35 -0500
Thanks for the reply, Alex.
I think what I am trying to do is different and probably can't be done.
I have a number of queries (out of a 1,000) that have a problem with a join
that involves (2) tables. I'm trying to identify which queries need to be
fixed. However, I don't think listing the objects within a query can be done
except for some type of text search on the qdf.SQL property.
If you can help, the larger issue here is that one of the two tables is a
local MS-Access table and the other is a linked SQL Server db table. The
local table always has lower case codes and the SQL Server table can have a
mixture of codes. Case sensitiviy is enforced on the SQL Server table.
Sometimes the linked records are retrieved, sometimes not and I can't begin
to explain why.
I need to retrieve the matched records somehow.
My aplogies for the double-post here
Jim
"Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23SN9XmhpIHA.3456@xxxxxxxxxxxxxxxxxxxxxxx
Like this:
SELECT MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Type In (1,5,4)
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"JimP" <jpockmire@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:hdCdnQoQnp-uC43VnZ2dnUVZ_h-vnZ2d@xxxxxxxxxxxxxx
Is there a way to list the objects in a query via code?
.
- Follow-Ups:
- Re: Listing objects (tables and queries) within a query
- From: Alex Dybenko
- Re: Listing objects (tables and queries) within a query
- References:
- Listing objects (tables and queries) within a query
- From: JimP
- Re: Listing objects (tables and queries) within a query
- From: Alex Dybenko
- Listing objects (tables and queries) within a query
- Prev by Date: Re: Stephen Lebans Tools Compatability
- Next by Date: Re: Stephen Lebans Tools Compatability
- Previous by thread: Re: Listing objects (tables and queries) within a query
- Next by thread: Re: Listing objects (tables and queries) within a query
- Index(es):
Relevant Pages
|