Search results

  1. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    Worked great--thanks again for everything!
  2. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    I changed the names of the text boxes to txtRegion, txtDivision, etc....and NOW IT WORKS!!!!!!!! WOW! The only "glitch" now is that when I select a sales rep's name from the drop down menu in the form (on the combo box), and then press tab, it goes right to the next record (rather than to...
  3. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    Not sure why the top line of code included "Combo38" but I changed it to "Combo40" and I don't get an error, but none of the text boxes populate--even in the form.
  4. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    Ok, I'm not sure I fully understood you, but here's what I did: I went to the control source of each of my text boxes (which I want fed into the underlying table) and changed each one from [Combo40].Column(1-4) to just tying right to the relevant field in the table. Then, I went to my combo box...
  5. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    The control source for the text boxes is tied to the combo box. Each of the four text boxes has: Combo40.Column(1)....or (2) or (3) or (4) depending on the column I need. That's my problem--the control source is tied to the Combo box, and therefore whatever populates the text boxes while using...
  6. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    I have a form that feeds data into the "QA Data" table. The table stores all kinds of sales rep information. The reason I use the combo box is because the user can select the rep name from a drop-down box (created by using lookup wizard and a simple select query), and then I have it...
  7. C

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    This is a great thread and has solved 90% of my problem. However, if someone could just explain the above naming conventions, I should be set, and would be very grateful. If I want to store the text box value (which is fed a value from my combo box per the following code in the text box...
Back
Top Bottom