> Okay.... > > Suppose I'm not SELECTing on RecID. > > I'm selecting on other data in the table. > > How do I get the record ID in that scenario? > .net/mailman/listinfo/valentina SELECT *,RecID FROM whereever WHERE whatever ... Florian