Recent content by birbjo

  1. B

    Selecting Multiple values from List in a Form

    Hi! Oh yes, the syntrax was incorrect! Now I got the list to return the selected values!! Thx ever so much!!! Will see if we can institute a Nobelprize in Access next year! Then You will be the first nominee!" :)
  2. B

    Selecting Multiple values from List in a Form

    Hi! Right in the end of the code.....what I don't understand is why the ListCount returns a ZERO value all the time and just jumps to the Error handler directly... (Sorry about the code being hard to read....) Björn If Err.Number = 5 Then MsgBox "You must make a selection(s) from the list" _...
  3. B

    Selecting Multiple values from List in a Form

    Hi! I am trying to use a list-control on a form to let the user select multiple values. I have understood that this requires some VBA-code to step through the selections in the list, since the "multivalue-selection" is set to "Extended". When I try to execute the code I have (found and have...
  4. B

    New member from Sweden

    Hi! Greetings from Sweden! I'm an Excel-fan that sometimes is using Access to build small applications that gives the accountants access to info from the accounting system. My knowledge is mainly received from maintaining some applications that one of our consultants built for us, so I often...
Back
Top Bottom