I posted this question before but did not see it show up
on the list.
I am having a problem understanding how to find the index
of a record within a database (so that I can delete the
record).
The record will be selected from a subset (category).
So, the item might be item 4 in the category but might be
100 in the database.
How do I get the index of the item within the category?
I have looked at DmPositionInCategory but that appears to
return the number of the item in the list (ie. 4 above). It
does not appear to return the index within the entire
database.
Can someone explain this and how I get the index?