I am preparing a database for reporting wildlife incidents. Some of the data I will be entering in this database include the type of incident (there are basically three types we record) and the animal species involved (there are several species). Since the three incident types will be repeated several times, I thought I should just prepare a separate table with these and have it related to the main table and similarly for the species. One incident can involve several species just as one species can be involved in several incidents (many to many). I created a junction table to do this but the question is; How do I enter the data? Both in the incident table and the junction table? When it comes to using the data, do I have to pull the data from the other tables??