Some Suggestions
a) Your ID fields in all tables should be of type AutoNumber so that the values will be generated automatically.
b) Establish proper Primary / Foreign Key relationships between the Main table and the related dimension tables. Database Tools / Relationships
c) On your Subform Container within the main form, Make sure that the link master fields and link child fields properties are appropriately set.
Good luck.