Search results

  1. F

    Unable to Format Bound Text Box as Currency

    Hi, I have a text box that was formatted as currency. However, when I bound it to a field, it lost the formatting. When I go to Format in the Properties box and click the dropdown list, there are no longer any format options available. I'm facing this problem with several different text boxes...
  2. F

    Moving items from one list box to another

    I'm trying to move items from a list box with 3 columns to another list box with 3 columns. However, the code I'm using only moves the first column. How do I move all 3 columns over? Here's the code: Private Sub MoveBetLstBoxes(lstBoxFrom As ListBox, lstBoxTo As ListBox) Dim item As...
Back
Top Bottom