Recent content by alptester

  1. A

    Help :(, how to store multiple selections from a listbox

    I have used ACCESS in the past but not with FORMS. So in this regard it was my first (hopefully only :) ) exposure.
  2. A

    Help :(, how to store multiple selections from a listbox

    It shouldn't be a problem. Its not *mission-critical* data. I didn't want to go beyond one table, just to keep things simple for the actual user of the database. The user who is going to maintain the app is not IT savy, so I didn't want to complicate things for her.
  3. A

    Help :(, how to store multiple selections from a listbox

    Yes Paul, The second link (MS) worked for me. YOU ROCK!! Thanks for your help.
  4. A

    Help :(, how to store multiple selections from a listbox

    Hi Paul. Thanks for your response. I wrote a small routine Private Sub Form_Current() MsgBox("Hello World") End Sub for the On Current event, but that doesn't seem to execute. And if click the 'Play' button on the VB window it errors me telling me that the macros are not allowed etc...
  5. A

    Help :(, how to store multiple selections from a listbox

    Hi, I am trying to modify an existing form and I have to store multiple selections from a list box. I have done single selection and that was very easy, I had to just 'bound' it to the column name. Pls help.
Back
Top Bottom