0

I am creating a "Voting system" and i have problem on the ballot form. Every time i choose candidate in my combobox, the rest of the combobox will also change.

here is my ballot form..

ballot form

and when i choose my President candidate in my combobox1 this what happens.. ballot when changing combobox1

I guess its because of my 'Candidate' table?? My issue here is how can i filter combobox1 like for example... listing All "president candidate on my combobox1. without affecting other comboboxes.

PLEASE HELP Im a student and my Thesis defense is on Friday ... LOL

Lews Therin
  • 3,707
  • 2
  • 27
  • 53
  • We'll need to see the code in your `ComboBox1.SelectedIndexChanged` event. This is likely where the problem lies. (Could also possibly be in `ComboBox1.SelectedValueChanged` event) – Lews Therin Oct 07 '15 at 18:29
  • @Sylverac these are my codes: For 'ComboBox1'.click `Me.VoteTableAdapter.FillByPresident(Me.PositionDataSet.vote)` – Superman Oct 08 '15 at 08:14
  • @Sylverac these are my codes: For **ComboBox1**.click `Me.VoteTableAdapter.FillByPresident(Me.PositionDataSet.vote)` my **ComboBox2** `Me.VoteTableAdapter.FillByVicePresident(Me.PositionDataSet.vote)` my **ComboBox3** `Me.VoteTableAdapter.FillBySecretary(Me.PositionDataSet.vote)` i guess because of `Me.`Vote??? thats why the entire forms affects the filtering of combo box?? – Superman Oct 08 '15 at 08:20

0 Answers0