E
eric
My application is a pretty straight-forward order processing system.
In my Order form I have a OrderItem sub-form. The sub-form contains
an ordered list of items (using an ItemNumber field). I need to be
able to re-arrange the ordering and tidy it up, e.g. when an Item is
removed from the Order.
I have a stored procedure that does the re-ordering and it is invoked
on the Delete trigger on the OrderItem table.
I have tried Requery of the main form and the sub-form on the
AfterDelConfirm event on the sub-form, but the data does not change.
The data is correctly modified in the SQL Server (2000) database and
also displays correclty when I close the form and then re-open it.
Help please!!
In my Order form I have a OrderItem sub-form. The sub-form contains
an ordered list of items (using an ItemNumber field). I need to be
able to re-arrange the ordering and tidy it up, e.g. when an Item is
removed from the Order.
I have a stored procedure that does the re-ordering and it is invoked
on the Delete trigger on the OrderItem table.
I have tried Requery of the main form and the sub-form on the
AfterDelConfirm event on the sub-form, but the data does not change.
The data is correctly modified in the SQL Server (2000) database and
also displays correclty when I close the form and then re-open it.
Help please!!