Using MSysObjects in Queries

  • Thread starter Thread starter DOLL
  • Start date Start date
D

DOLL

Guest

Hola senor y senora.
I'm new here.
I am currently working on MS Access Project and I needed help from you guys. :o I have done smoothly so far, but now I'm stuck at this query:

SELECT [MSysObjects].[Name] AS ObjectName
FROM MSysObjects
WHERE (((IIF(Left([Name],4)="mis_",[Name],""))<>""))
GROUP BY [MSysObjects].[Name],Left([Name],4),[MSysObjects].[Type]
HAVING (((Left([Name],4))<>"MSys")
AND ((MSysObjects.Type)=1))
OR (((MSysObjects.Type)=-32768))
ORDER BY [MSysObjects].[Name];


Previously, there was somebody doing this project, and so I have to sort of enhance this project by moving a few buttons here and there. That query lists out all the tables that had been filtered. So, I am stuck now on what does the query actually means. I also had tried the query by creating a fake Query and type out the SQL but I still cannot understand how am I to go about re-using the query. Do hope anyone of you could help me out and explain to me. (Pardon me if I really sound ignorant. :o )
 
If you're looking for assistance in this, or any other, forum you might consider getting rid of your ugly little tag line. If you don't understand what you're saying, get an English-speaking acquaintance to translate for you.

Bob
 
Sorry. I have already changed the line to something else. *smile* Hope you don't mind about that.
 
Pat -

That link doesn't seem to connect. Would you please test it.

Thanks, Bob
 

Users who are viewing this thread

Back
Top Bottom