Cance Add New

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form where the user can add new data...however somethings in the
middle of adding new info...they opt to retrieve info instead.

How do I cancel the Add New process. My Addnew looks like:

With ClientsBindingSource
.AddNew()
.MoveLast()
End With

Thanks
 
You could try calling

ClientsBindingSource.ResetCurrentItem()

==============
Clay Burch
Syncfusion, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top