Does anyone know how to write a VB program that can add, update, and delete records in the file that I've attached...
Printable View
Does anyone know how to write a VB program that can add, update, and delete records in the file that I've attached...
This should get you started....
Code:RecordSetName.Add
RecordSetName.Edit
RecordSetName.Update
RecordSetName.Delete