Add Forms With 1to Many Relationships

I have an application which makes heavy use out of 1:Many relationships. I'm trying to figure how to display "ALL" information in both tables when a user goes to add a new animal. For instance, I have 2 tables, Animals and Pigs. The "Animals" table will be hidden from view. However, the "Pigs" table will not be. When a user goes to add a new pig, they need to also input the properties which are contained within the "Animals" table.

I hope that makes sense, and I thank you in advance for the assistance.