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
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