J
Jerry
Hi,
If a dataview is based on a table and I filter this view
dataview1.RowFilter = "Name Like '" & strCriteria & "'"
where Name is a field in the datasource table, I get a
subset of this table. If I have an ID column, how can I
retrieve the ID values of the filtered rows? Say the
table has 10 rows and I filter it so that the subset has 3
rows. How can I retrieve the values of the ID column for
these 3 rows? Can I iterate through this subset, how?
Thanks,
Jerry
If a dataview is based on a table and I filter this view
dataview1.RowFilter = "Name Like '" & strCriteria & "'"
where Name is a field in the datasource table, I get a
subset of this table. If I have an ID column, how can I
retrieve the ID values of the filtered rows? Say the
table has 10 rows and I filter it so that the subset has 3
rows. How can I retrieve the values of the ID column for
these 3 rows? Can I iterate through this subset, how?
Thanks,
Jerry