NDaphid
01-13-2004, 02:26 PM
Hi,
Could anyone tell me how I would write an SQL statement to retrieve records based on matching data two common fields (from different records) in the same recordset? For instance:
Select * from table where anyrecordfield1 = anyrecordfield4
then perform functions on the two records based on their common field names to achieve a single record?
Thanks.
Could anyone tell me how I would write an SQL statement to retrieve records based on matching data two common fields (from different records) in the same recordset? For instance:
Select * from table where anyrecordfield1 = anyrecordfield4
then perform functions on the two records based on their common field names to achieve a single record?
Thanks.