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.
Use the ColumnCount property to specify the number of columns displayed in a list box or in the list box portion of a combo box, or sent to OLE objects in a chart control or unbound object frame. Read ...
I inherited this Access database that I'm trying to update. It has a "Monthly" table that you can update using a form. On the form, there is a combo box called CountyID. It calls a SQL Query that ...