I want to be able to trigger the addnew method of the binding navigator when a form loads.

I am using binding navigator throughout my app, I know its not the best way to go, but this is how I inherited the app so I am continuing it this way for now.

I am accessing a sql database if its important.

I have a datagridview on a summary form that when I double click on the blank line, I want to launch either the new client form or new referral form depending on which grid they double click on. I can get the form to launch, but not activate the add new record method of the Binding Navigator.

Any help would be greatly appreciated.

Steve