Results 1 to 2 of 2

Thread: ComboBox error handling ...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    You could keep track of what has been selected by creating an array of strings (max=maximum # of combo boxes) and remove the courses selected from the other combo boxes (once chosen) to prevent the other combo boxes from chosing a course more than once...

  2. #2
    New Member
    Join Date
    Jun 1999
    Location
    Decatur, AL US
    Posts
    14

    Post

    HELP (again) ....

    I have 28 comboboxes (filled with courses) on a form ... all being populated by an SQL and an additem. All the boxes have the same name CBB1 and I'm using the index to reference them.

    I need to be able to give an error, if a course has already been selected in a previous combo.

    is this possible?

    Thanks for any suggetsions

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