Thanks MoLaker, but I've already developed the forms and think some code would help pass the current ID into the next form, i.e. something like the following (but am new to this):
DoCmd.openform “frm2”, acnormal,,"ID =" & me.ID
but not sure if this is correct or not
thanks
RCP