N
naveen prasad
i have a table t1,
fields names,age,place
in form , a combo box c1 added and in its properties
row source type is table/query
row source "select distinct t1.place from t1 order by place;"
auto expand yes.
now in combo box key down properties
c1.drop down
now distinct places can be seen in combo box
now i want to add like function to the combo box ,
so that i can see matching places drop down list of current typed text in
the combo box.
example if i type ae in the combo box
it should displays all the possible places which contains the "ae" as drop
down list
pls advice how can i get it...
fields names,age,place
in form , a combo box c1 added and in its properties
row source type is table/query
row source "select distinct t1.place from t1 order by place;"
auto expand yes.
now in combo box key down properties
c1.drop down
now distinct places can be seen in combo box
now i want to add like function to the combo box ,
so that i can see matching places drop down list of current typed text in
the combo box.
example if i type ae in the combo box
it should displays all the possible places which contains the "ae" as drop
down list
pls advice how can i get it...