S
Sara Sun
I am trying to create a combo box (in my form) to list the queries in my
access database
i am using the row source as
queries etc.
I am trying to use only select queries & How to restrict this coding to only
the select queries ??
Thanks
Sara Sun
access database
i am using the row source as
This code worked but this code picks ups all the delete query, updateSELECT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Type)=5) AND ((Left([Name],1))<>"~"))
queries etc.
I am trying to use only select queries & How to restrict this coding to only
the select queries ??
Thanks
Sara Sun