That sounds perfect. I've already grabbed the Topic_ID and stored it in strTopic_ID as follows:
strTopic_ID = DMax("Topic_ID", "tbl_Topics") 'only 1 person uses the db at one time
I've used the following code to open the next form:
DoCmd.OpenForm "frm_Add2", acNormal, , , ...