Jul 23, 2001 #1 Kazim Programmer Jul 23, 2001 26 GB I am using ADO in a VB app to list the queries found in an Access database (Specified by the user at runtime) I was wondering if there was an SQL statement which could be passed which would do the same thing? Any help please... Thanks Kazim
I am using ADO in a VB app to list the queries found in an Access database (Specified by the user at runtime) I was wondering if there was an SQL statement which could be passed which would do the same thing? Any help please... Thanks Kazim
Jul 23, 2001 2 #2 Rizla Programmer Jun 12, 2001 16 GB This should do it SELECT MSysObjects.Name FROM MSysObjects WHERE (((MSysObjects.Type)=5)); Upvote 0 Downvote
Jul 23, 2001 Thread starter #3 Kazim Programmer Jul 23, 2001 26 GB Rizla: Many thanks - I am on it right now! Upvote 0 Downvote