Recent content by Jimma

  1. J

    fields in listbox

    Doh, sorry was on autopilot, remove the = .additem entity1
  2. J

    fields in listbox

    With this - .RowSource = entity1 .RowSource = entity2 'you just changed the rowsource from entity1 with entity2 .RowSource = entity3 'you just changed the rowsource from entity2 with entity3 .RowSource = entity4 'you get the idea .RowSource = entity5 ' :) all you are doing is replacing the...
  3. J

    Listbox

    Enlcose the data in quotes as well - e.g. listbox0.additem chr(34) & "a,b,c" & chr(34) or listbox0.additem """" & "a,b,c" & """"
Back
Top Bottom