To link up my forms i used the following two pieces of code
Inside of the form opening
Private Sub Form_beforeUpdate(Cancel As Integer)
Me.[Property ID] = Forms![property]![Property ID]
End Sub
Inside of the button that opens the form
DoCmd.OpenForm "My Form", acNormal, , [Property ID] = " &...