deleting recordsto remove a record use the delete


Deleting Records:

To remove a record use the Delete method. To delete the record from the customer table follow the coding as shown below:

data1.RecordSource = "Customer"

data1.Recordset.Delete

The above coding would delete the present record.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: deleting recordsto remove a record use the delete
Reference No:- TGS0173349

Expected delivery within 24 Hours