Search results

  1. S

    How do you get the combo box text to follow the mouse wheel?

    I found this on the internet and found it a better solution than any I saw in this forum so I thought it was worth posting.. http://www.lebans.com/mousewheelonoff.htm
  2. S

    2 combo boxes

    cascading.. thanks.. will do.. problem is my interface is in dutch so did not know what to look for..
  3. S

    2 combo boxes

    In my simple database I have 3 fields, field 1 = UN number, field 2 = Packing group and field 3 = proper shipping name. After my selection in the 2 combo boxes the correct proper shipping name should appear in a text field. When I select the UN number in the first combo I get a proper shipping...
  4. S

    Lookup based on multiple boxes

    Never mind, I figured it out.. My mistake was that I had a query and a source selected at the same time..
  5. S

    Lookup based on multiple boxes

    I'm basically searching for the same.. So thank you very much for the reply.. I also have two combos but I can't get them to work... Where do i insert this text ? In the 1st combo, in the 2nd combo or in the textbox that is supposed to display the result ?
  6. S

    2 combo boxes

    Hmm.. that's how I had it.. but for a strange reason my 2nd combo-box shows the same data as my first combo.. My first combo is linked to field2 and my second combo is linked to field 3 and my textbox is linked to field4... Yet it doesn't seem to work And eventhough I have the properties of my...
  7. S

    2 combo boxes

    Thanks alot.. I'll try that :) Do I insert this in both combo-boxes ?
  8. S

    2 combo boxes

    I'll try to be more specific, my first combo-box selects a UN-number, the 2nd combo selects a Packing-group, the combination of these two values should display the proper shipping name in a textbox. I made a query and it works, but I can't seem to insert this query in my form :( UN-number =...
  9. S

    2 combo boxes

    In my form I have 2 combo-boxes. The first combo-box is linked to the 2nd field in my table, the 2nd combo-box is linked to the 3rd field in my table. The selection of the 2 combo-boxes should show the content of the 4th field in my table.. No matter what I tried I could not get it to work.. Can...
Back
Top Bottom