I have two tables with a one-to-many relationship related by an id field. I would like to have a field in the "one" table that would summarize a particular field in the "many" table for each id.<br><br>For example:<br><br>Table "one"<br><br>id 10000 <br><br>Table "many"<br><br>id 10000 year 1990<br>id 10000 year 1993<br>id 10000 year 1997<br><br>I would like a field in table "one" to display 1990,1993,1997 in it. I need to be able to do this for the current records in the table AND also have the field in the "one" table updated each time another record is added to table "many".<br><br>Hope this makes sense to someone out there! Thanks! <p>jgarnick<br><a href=mailto:jgarnick@aol.com>jgarnick@aol.com</a><br><a href= > </a><br>