Re: Respective Selected Items to be displayed in Listbox as per the current record
Pike
Really Thanks for everything. Your code is perfectly working well
Actually i wanted specific things sending you new file.
I've deleted some of the command buttons which was not really required
Now i've shifted the code of cmdselectedAdd_click Button in Next click
The reason was with one cmd_Next click
1. Can read the current Record in the textbox and preared for next record to get entered
1. So when i select the board from combobox which is typed in Textbox and its respective items are shown listbox
I select them and it gets added and it
2. Displays the SelectedRecords same in listbox1
3. when i press next again for i am ready to do the same as i select the board from combobox typed in Textbox and its respective list is shown inlistbox . Again i select and it goes on
Basically with Next and Previous commands wanted to see the added selected items for that particular record of textbox1. with respective selection in Listbox
Everything happens simultaneously
Frankly speaking i found sligthly bit inconvenient and confussed pressing Cmd_Add-select button and Next and Previous button
Confussion : Did i press the next button to see the previous record of List items or did it match with my current record in Textbox
Also can we remove LAbel2 and and label4
I tried to combine in cmdNext the same but i got error in List_Current _Text
Invalid Procedure Call or Argument
and next time i clicked get error Subscript out of range
Thanks
Subir