[AccessD] Combo/List Boxes from Collections?

Stuart McLachlan stuart at lexacorp.com.pg
Sat Oct 23 16:11:21 CDT 2021


You mean something like:

DIM qd AS Querydef
FOR EACH qd in CurrentDB.querydefs
	Listbox1.AddItem qd.Name
NEXT


(or replace qd.Name with qd.SQL above? )


On 23 Oct 2021 at 11:15, Arthur Fuller wrote:

> Is three a way turn the built-in Collections into either combo or list
> boxes? By bult-in I mean RecordSets, QueryDefs and so on.
> 
> -- 
> Arthur
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 




More information about the AccessD mailing list