PDA

Click to See Complete Forum and Search --> : simple listbox


vb5prog
Nov 12th, 1999, 10:49 PM
I'm making a small database for myself and i have one list filled with names and the other filled with phone numbers they matchup unless you scroll down then they become unmatched is it possible to to have the selcted name automatically select the correct # thanx :) :)

MartinLiss
Nov 13th, 1999, 11:13 AM
If there are the same number of entries in each list, then lstNumber.ListInex = lstName.ListIndex should do the job.

------------------
Marty