F fredg Mar 25, 2004 #2 Hi, How can i list out all the forms in my database on a listbox? Thanks! Click to expand... Set the Row Source Type property of the List Box to: Table/Query Set the Row Source to: SELECT MSysObjects.Name, MSysObjects.Type FROM MSysObjects WHERE (((MSysObjects.Type)=-32768)) ORDER BY MSysObjects.Name;
Hi, How can i list out all the forms in my database on a listbox? Thanks! Click to expand... Set the Row Source Type property of the List Box to: Table/Query Set the Row Source to: SELECT MSysObjects.Name, MSysObjects.Type FROM MSysObjects WHERE (((MSysObjects.Type)=-32768)) ORDER BY MSysObjects.Name;