hi,
Ive added below code in form load for 'FormEntry'.
however, the issue that am getting is that i have another continuous form 'FormSearchBy' which contains a button.
This button 'opens selected record', open the formEntry(condition is ID = ID).
But this i have below code in formEntry.. I'm getting error 2105, you cannot go to the specified record.
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub
pls help.