hi
i have a table (tblnames) which has 2 fields that are ( id and name ).
then i create a form (frmnames) that has 2 text boxs..
textbox1 and textbox2...
now what i want to do is that when i enter id number in textbox1 the 2nd textbox should shows the name of that id which is on my table (tblnames).
and if i put name in textbox2 it shows the id of that relevant name...........
thanks