Search results

  1. K

    Travails of the multi-select listbox

    Yes - it is a multi-value field. And that field (in our case named "SpecialtiesSelected") would be the the one I would expect would get updated since it's control is what is being put on the form by way of a multi-select listbox. "SpecialtiesSelected" (the multi-value field) does get updated...
  2. K

    Travails of the multi-select listbox

    Thank you very much for tour reply and the link. I read through the example and could certainly code the behavior. But the client does not have the means to maintain programming on their own. I did update the underlying field to a multi-select and the control to be a listbox. So now...
  3. K

    Travails of the multi-select listbox

    Greetings, I have an issue which I'm hoping to get some help with. There is a DynaSet form which is tied to a table called: tblBasicInfo. Everything works as expected except for a listbox. I have placed a checkbox next to it, to allow users to select all the entries: Private Sub...
Back
Top Bottom