I have a ListBox whose RowSourceType is set to Field List and RowSource to a table. I've got it so that when a user clicks on a field in the listbox a text box is populated with the field name selected. There are 10 text boxes on my form.
This is all very well but I'd like the field name to disappear from the listbox, once it is selected, so as to prevent any duplication. Perhaps I could make a workaround comparing previous TextBox enteries but this is not ideal?
anyone?
This is all very well but I'd like the field name to disappear from the listbox, once it is selected, so as to prevent any duplication. Perhaps I could make a workaround comparing previous TextBox enteries but this is not ideal?
anyone?