I currently have 2 tables, TeamMember and Stats. The TeamMember table has a MemberId (AutoNumber), Name, and Number. The Stats table has the MemberId, Hits, HomeRuns, and Strikeouts fields. When I do an Insert Into for the TeamMember table, the MemberId is auto generated. How do I then Insert that MemberId into the Stats table to associate stats with the team member at the same time?