I have a form (frm_choose_owner) with a listbox which I would like to dynamically build based on the values in a specific field in a table (tbl_ITMS_dump)I have. Trick is, I don't want duplicates in the listbox.
The values dynamically added to the list box will allow the user to select on and then it will be passed to a query.
The values dynamically added to the list box will allow the user to select on and then it will be passed to a query.