Results 1 to 7 of 7

Thread: Combo to Combo problem **Resolved**

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    Question Combo to Combo problem **Resolved**

    Thanks jdc2000 your solution was perfect.

    Please bear with me!


    I've got 3 combos.
    Combo1 gets a list of experiments from a db.
    When an experiment is selected in combo1, combo2 gets filled with the possible leg numbers of that experiment, combo3 with the possible descriptions.
    A leg matches to a description. Together they are unique.
    So the exact leg - description combination can be got by either
    selecting from combo2 or combo3. With me so far?
    Now, if I select the leg, I want the description to be automatically shown in combo3 and vice versa.
    But, heres the problem, if the description is chosen I want leg to be auto shown.
    This gets me into an infinite loop type thing. (top english!)
    Combo2 tells combo3 what to show but then combo3 tells combo2 what to show so combo2 tells combo3...... etc. etc.

    Any ideas.
    Last edited by GlenW; Jan 17th, 2002 at 08:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width