I have a table with 3 fields and about 20,000 records. The fields are cPerson C(9), cParent C(9), nBalance N(10,2). The cPerson field has a candidate index (unique). If this is a parent record, the cPerson is the same as cParent, otherwise it is a child record.
To get all the parents with balance less than $100, I can: Select * from table where cPerson = cParent and nBalance < 100 Now I need all the children of those parents in the same cursor No virus found in this outgoing message Checked by PC Tools AntiVirus (6.0.0.19 - 10.004.060). http://www.pctools.com/free-antivirus/ --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/31ad07a4dd024f04b4ff793a9042b...@w2k3s02 ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

