Hey Dick

I used this with the biblio.mdb file, it should work for you...

SELECT (Au_ID & ', ' & Author & ', ' & [Year Born]) as NAME
FROM Authors;

HTH

Tom