Here is the code I am using now
Me.Requery
DoCmd.GotoRecord acDataForm, "frmVendorList", acgoto, lcate
run-time error 2489
The object "frmVendorList" isnt open
is what is returned. Since this is the subform in frmNameSearch I have also tried "frmNameSearch!frmVendorList" same error and I...