The names of the system objects are stored in a system table called MSysObjects. It is usually hidden. If you go to the options choice of the Tools drop down menu, you can unhide them.
 
Anyway if you wanted to have a combo box of your queries you could use this as the record source:
 
SELECT MSysObjects.Name
FROM MSysObjects
WHERE MSysObjects.Name Not Like "~*" AND MSysObjects.Type=5;
 


scubafish00 <[EMAIL PROTECTED]> wrote:
Good morning,
Does anyone know if it's possible to have a combo box with queries or
reports listed? If so, can you offer instructions?

Thanks.





May God bless you beyond your imagination!
Lonnie Johnson
ProDev
, Professional Development of MS Access Databases
Visit me at ==> http://www.prodev.us




 


Yahoo! FareChase - Search multiple travel sites in one click.


Please zip all files prior to uploading to Files section.




YAHOO! GROUPS LINKS




Reply via email to