I use in my vb application the tipical ado jet 4.0 conn to Access table.
Now i have a var filled with “01”.
In the table of my mdb have fields Test and Test1 with a value similar:
Test Test1
01 AAAA
09 BBBBB
07 CCCC
06 DDDD
… …
Ho to find in to the field Test the value of var (in this case is “01”) and return into variable named Var_Finded the related value, in this case AAAA.
Help me, please!!!!!
Note:
The max number of recordset into the filed are aprox 1000/1500.