Recent content by jSteve

  1. J

    How do I get the combo box value?

    I was trying rangex = combo51.value and it was giving me all sorts of excuses for not working. Have just used combo51.value instead and it's worked, cheers.
  2. J

    How do I get the combo box value?

    I've got a 1 column combo box on a form with values in. I would like to use the selected value in some vba that is activated on change which writes the value into the SQL to select the top x amount of records in a query. The writing to SQL bit works fine if I manually type the value into the...
Back
Top Bottom