You need to supply us with more details (database format? multiuser?) but
at the simplest level, you could do this with an ADODB.RecordSet created
"on the fly" and then save the recordset to disk ("Persisted Recordset")
using the Save method of the ADODB.RecordSet object.
Regards,
-Toby
>From: "Bejoy Mathew (MICO/DAN)" <Bejoy.Mathew@i...>
>Date: Tue, 16 Oct 2001 04:44:49 +0200
>X-Message-Number: 7
>
>I have made a database management program in VB...
>
>Since it has so many fields to be appended ; It can only be done in 2 or 3
>settings...
>
>Can you tell me a way to save the contents of the editable textboxes and
>listview controls and create a file ; say .xxx such that when I recall
>the file through the program ; the contents are all filled in and the
>person can continue doing additional modifications
>
>
>reg'
>BEJOY MATHEWS