I have a form that is used for entering data into a table and the form was created by the table.....
there are several reference tables(lookup tables for several of the fields of the form or main table) for the fields that have lookup tables we are using dropdown boxes...........the dropdown boxes currently work by bring up the first values type in...
we would like to make a change.....lets say one of these field is called code and the dropdown box is called dcode....and the lookup table is called tlbcode and the field name in that table is called Vcode....if the values in tblcode are 2abc,3def, 4aef
5abc, 6ccc......and the person enters in c ........we would like the values....2abc,5abc,6ccc to come up so the person can select
from these 3...........lets say they type in bc.....then 2abc,5abc would be the value to choose from....so have would you
code the dropdown box...........or should we do away with the dropdown box and code a text box.....or do a query?
And if so how do we do it?.....using ADO? access 2007 or higher?
Thanks