I have a table which holds information about employees. When it comes to some information such as children names or phone numbers there can be more than one value. Instead of having child1, child2, child3....fields in the table I want to create a different table and store this information there. Then I want to be able to input the data to this table from the same form I use for the first table. This is where I run into my problem, How can I create the fields that will be use for the children names? I need more than one field per record but in the children Names table only has 1 field for that data. I am a bit confused and appreciate any help.