L
Louis
Because search any string in text file is much fast then
in access table, I tried to use below code to sear text
file record. How can I move back or jump to a few record
ahead ?
'read Sequential
Open "PartFile.txt" For Input As #2
Input #2, str
Thank you in adavance.
Louis
in access table, I tried to use below code to sear text
file record. How can I move back or jump to a few record
ahead ?
'read Sequential
Open "PartFile.txt" For Input As #2
Input #2, str
Thank you in adavance.
Louis