J
jON Rowlan
I am slowing get my head around the concept of treating tables as
collections of rows as vb.net seems to prefer.
However, I have an indexed table in an Access database that I want to scan.
I want to match a certain field but don't want to issue one select statement
for each row in my master table.
I'd rather connect the table to an object and then use a seek or locate
command to get to the correct row that I want.
I can't use a join because it is really slow and an indexed lookup on a
dbtable would be best.
I can't even work out where to start ...
there don't seem to be any methods to cause a dbtable to locate a record
based upon an index item.
can anyone provide some basic VB that I can research further please?
Many thanks all,
jON
collections of rows as vb.net seems to prefer.
However, I have an indexed table in an Access database that I want to scan.
I want to match a certain field but don't want to issue one select statement
for each row in my master table.
I'd rather connect the table to an object and then use a seek or locate
command to get to the correct row that I want.
I can't use a join because it is really slow and an indexed lookup on a
dbtable would be best.
I can't even work out where to start ...
there don't seem to be any methods to cause a dbtable to locate a record
based upon an index item.
can anyone provide some basic VB that I can research further please?
Many thanks all,
jON