Results 1 to 2 of 2

Thread: Synchronized two combobox

Threaded View

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question Synchronized two combobox

    Hi

    I have a table and I must to populate two combobox with data from this

    Example data from my table

    Name:  COMBO2.jpg
Views: 362
Size:  48.0 KB

    The column UF I must to populate in combo1

    The column PRODUCT I must to populate in combo2

    For this I should make a select distinct
    Name:  SELECT.jpg
Views: 401
Size:  18.3 KB

    When user click in combo 1
    Example 'SP' It should allow to display in combo 2 only the products APPLE and BANANA

    But if the user to click in combo 1 in 'MG' It should allow to display in combo 2 only the products APPLE BANANA and PINAPPLE

    But the user can first click combo 2, and choose for example PINAPPLE , then in combo 1 Only MG should appear

    How can I to Implement this ?

    Tia
    Attached Images Attached Images   

Tags for this Thread

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