fld A control variable that refers to the list box or combo box being filled. id A unique value that identifies the control being filled. This is useful when you want to use the same user-defined ...
For example, to display rows of data in a list box from a query named CustomerList, set the list box's RowSourceType property to Table/Query and its RowSource property to the query named CustomerList.