If you bind your BindingNavigator to a BindingSource object (which you
in turn bind to whatever you want), there is a AddingNew event that you
can handle when the user clicks the Add button.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
> What is the easiest way to tell if the record you are working with is
> new? For example, if I click the standard Add button on a
[quoted text clipped - 4 lines]
>
> Scott