I am a bit stumped.
I have a table with an index, the table includes firstname, lastname, and a pointer to the index of the same table, different record.
e.g.
ID, FirstName, Lastname, Pointer
where pointer is the ID of a different record in the same table.
What I want to produce is a report with the firtname and lastname of both the owner of the record, and also the firstname and lastname of the record that the pointer points to in the same table.
Can someone give me a nice clean way of doing this, please?
Liark
I have a table with an index, the table includes firstname, lastname, and a pointer to the index of the same table, different record.
e.g.
ID, FirstName, Lastname, Pointer
where pointer is the ID of a different record in the same table.
What I want to produce is a report with the firtname and lastname of both the owner of the record, and also the firstname and lastname of the record that the pointer points to in the same table.
Can someone give me a nice clean way of doing this, please?
Liark