SELECT * FROM TABLENAME
WHERE MUSICIANNAMEFIELD = 'specificname'
You can also let Dreamweaver automatically do it for you.
When you create the recordset choose MUSICIANNAMEFIELD...=
...Entered Value...specificname (no need to put in quotes in the
text box when you enter the name). You can then sort it (most
recent record first) by setting the order by record number
Descending or by a datefield, descending if you like that instead.
Cheers
Chuck