VBForums
>
Visual Basic
>
Office Development
> Can someone help me with VB Code?
PDA
Click to See Complete Forum and Search -->
:
Can someone help me with VB Code?
wmosley2
Jun 19th, 2003, 08:54 PM
Does anyone know how to write a VB program that can add, update, and delete records in the file that I've attached...
lintz
Jun 20th, 2003, 03:56 AM
This should get you started....
RecordSetName.Add
RecordSetName.Edit
RecordSetName.Update
RecordSetName.Delete
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.