Search results

  1. J

    Ideas for getting around slow network

    I'm hoping that there are some potential solutions to a slow network that I have no control over. Currently I have a vba program in Access that draws information from a BE database. Sometimes, though, the network is excruciatingly slow - as in 3 second wait times to refresh the listbox after a...
  2. J

    Multicolumn listbox only showing 1 column of data

    I am trying to populate a multicolumn listbox with listbox.additem and cannot see my data in the other columns. So, I know your first thought - separate the items by semicolon inside of a single string, make sure the column count is more than 1, choose value list, ensure the columns are wide...
  3. J

    How to determine if a listbox is full

    Is there a way to easily determine if a listbox is full. Ideally, it would be great if there was a listbox.size property that I could check after each listbox.additem, but there isn't. My problem is that I'm using a 10 column listbox that fills up right around 320 lines of data (32K) - plus or...
Top Bottom