Using ADO
I have made a form – contains listbox and from selecting a record it should add records
to datagrid (connected to other table of a record set), when it is in Edit Event.
On editing, it should add new records to
the existing record.
What it currently is doing it replaces the existing record instead of adding a record.
Want to know how to add new record in data grid.
Thanks,
Lad