Member,
I am having a form with fields, Complaint Number (auto),Customer Name, dept / Area, area of Complaint, Complaint Details, Telephone, E-mail Id.
My DB file is Customer and my table name is tblCust.I want to write the entries into the above said table through
VB form.I also have a form, where in I have to get back the datas written into the same db.Is there any way I can accomplish it?
cnkumar74