mailMan
getting there
Dim Var As String
Infast _part is field on main form that represents the record I want to immediately return to after the requery
Var = Me.Infast_Part
Requery
DoCmd.FindRecord Var, , True, , True
This does not work because I think the Variable holding the Infast_Part...