I would like to search for all records in a table that has two fields in common. That is, I have one field with name and one with date. I want to find all fields with the same date. Later I want to construct one link for each same name and date containing GET parameters with all the ID's (primary keys).
One more time; I just want to see one name and date for each similar name and date. But that one link must contain information about where all other similar date and name exist. The number of similar date and name can be a maximum of four.
Any ideas?
One more time; I just want to see one name and date for each similar name and date. But that one link must contain information about where all other similar date and name exist. The number of similar date and name can be a maximum of four.
Any ideas?