I'm creating a database which will have information about training events. Two of the fields are lists. The first list field will contain up to 20 performance steps (tasks necessary to complete the training event). This list is non-standard (i.e. none of the individual tasks, let alone the whole list, will be repeated across other training events). The second list will contain up to 5 references. This list can be can standardize (the references will appear across various other training events).I need help figuring out how to create the form for my Events Datasheet; specifically the two lists. I’ve never used sub-forms before. I should note I do not anticipate any of the records changing once they’ve been entered into the database.My idea is to be able to add multiple entries for the Performance Steps field. When I make an entry in the field and hit return, a new blank line would appear. Kinda like the table was embedded directly in the form. I’m not sure if this needs to be a separate table from the main table. The Event Code is the key field, and will have multiple Performance Steps associated with it. As previously mentioned, the performance steps will not be duplicated on other event code records (at the least the chances of this are remote).For the References field, I envision being able to select from previously recorded entries (presumably stored in a separate table) or making new entries. Again, this might look like an embedded table like the Performance Steps list.