Hi
Anyone have the solution to this little problem?
I have a form (Pipeline) with an on load event that automatically directs the user to a new empty record.
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub
Now my problem is that I am trying to design a 'search form'...