For a multi select list box, I need the rowsource to be the field names within a specific table. Because their might be fields added to the table definition, I need this to be dynamic rather then enter the field names when creating this list box.
For a multi select list box, I need the rowsource to be the field names within a specific table. Because their might be fields added to the table definition, I need this to be dynamic rather then enter the field names when creating this list box.
I figured it out. Within the property sheet for the list box, set the row source type to field list.