Search results

  1. E

    Alphabetical record navigation on mouse up event of label

    I've got a table with a column of text that is sorted alphabetically. On a form I've got 26 one letter labels of "A" through "Z." I want to click any of the letters to navigate through the alpabetically sorted records. The "on mouse up" event seems to be the most sensible event to program...
  2. E

    Setting values of 2 combo boxes w/ same row source and eliminating duplicates

    I've got two combo boxes that work really closely to what I want, but they've still got 2 problems: (1) When you make a selection with one combo box, the value of the other combo box should be (programatically) set, but as it is now I have to select the right value from each combo box...
  3. E

    How to set text box values with combo boxes

    I've got a simple database that has 4 tables and a form with 14 controls on it. The controls are all text boxes except for 2 combo boxes. I'm very close to getting the functionality right, but I just can't quite get it. I have found that my first attempts at getting help don't get too far maybe...
  4. E

    Much simplified combo box/text box issue

    As suggested in a response, I've attempted to simplify my issue with this post. The best way I can come up with to simplify is just to assume you have downloaded my database and are looking at it. I skip all the "education" and go right to inputs, desired outputs, logic criteria, etc. Refer...
  5. E

    Simple combo box problem, difficult description

    I've got a little database for English, Spanish, and Portuguese verbs, which is comprised of 4 related tables and a form. The form has text boxes and 2 combo boxes. Rather than try to explain all that from the bottom up (as I did on my first try to get help on this), I'm just providing an...
  6. E

    How to use combo box to populate field in table other than control's control source

    How do I populate a field in one table by selecting from a combo box with a control source of another table? I've got 4 tables, with fields and relations as follows... tblInfinitives fldInfId fldConId fldInfEng fldInfEsp fldInfPor tblConjugations fldConId fldConEsp fldEspTenseId...
  7. E

    Combo Box with 4 Language Database

    Please help with combo box functionality! I've got a database of English, Spanish, and Portuguese verbs, which is comprised of four tables. I've created a query that includes all of the fields of each table. Here is my problem: (1) Enter a new infinitive (enter a new record in fields...
Back
Top