Here's what I want to be able to do:
I have a table that's storing, say a list of speeches, with several fields holding data for records. Within each record, I want to make a list of several sources from which information is drawn for a particular speech.
So, field 1 might contain a title, field 2 a date, field 3 a location, etc. I want to be able to enter a list of reference sources and add them to a table within that record. I'm very new to programming, but it seems to me this is a description of a table nested within another table.
Is this correct, and where can I get some fairly detailed information on how to implement this?