Click to See Complete Forum and Search --> : dbgrid


sumitha
December 28th, 1999, 03:21 AM
suppose I have a master-detail form and want to enter data in the detail form using dbgrid. Is it possible to enter, update, delete 10-15 records .But one problem is that I have 4 tables to be updated with the entry I make.Please help and if possible send me the code.

ufo
December 29th, 1999, 04:41 AM
You can't update 5 tables directly but you can use workaround. Try to build temporary table with necessary information for update and let grid to update this table and then update original tables.

[ufo]