F
Farooq Sheri
I have a table Tab1 (imported from a excel sheet; a link table). I want to go
to a particular record in the table based on the value given in a textbox
Text1 and read in value from certain fields into textboxes Text2 & Text3.
After this I want to move to the next record and read some more values. For
your reference the table looks something like this (This is actually one
record but is arranged as below)
SDL NAME INEQNTYPE INEQN OUTEQNTYPE OUTEQN
"RIN1MCT" LTG SET 7 LTG SET
2
LTG ID 58 LTG ID
36
DIU ID 0 DIU ID
0
STM CHN 15 STM
1
For example I want to search record with SDL = RIN1MCT and read in INEQN &
OUTEQN values. Next I want to move to the next record (here the next line in
table) and read in INEQN and OUTEQN values once again.
Thanks
to a particular record in the table based on the value given in a textbox
Text1 and read in value from certain fields into textboxes Text2 & Text3.
After this I want to move to the next record and read some more values. For
your reference the table looks something like this (This is actually one
record but is arranged as below)
SDL NAME INEQNTYPE INEQN OUTEQNTYPE OUTEQN
"RIN1MCT" LTG SET 7 LTG SET
2
LTG ID 58 LTG ID
36
DIU ID 0 DIU ID
0
STM CHN 15 STM
1
For example I want to search record with SDL = RIN1MCT and read in INEQN &
OUTEQN values. Next I want to move to the next record (here the next line in
table) and read in INEQN and OUTEQN values once again.
Thanks