dali ra na bai..
Design a Table on MSACCESS
create FIELDS
Use ADO for ur data control
den use jet engine for connecting ur VB6 to ur MSACCESS
den bind all the text boxes
den bind all the fields
create code
for ADD
adodc1.recodset.addnew
for DELETE
adodc1.recodset.delete
for SAVE
adodc1.recodset.update