MrMerlotti
Technical User
I need to extract data from a number of tables - for example Code, Desc, DefaultValue, Current period + 1. The data is then displayed in a datasheet form - the user can change (some) of the values and then append the records another table, say TblActCosts.
I could select the records to a temporary table, bind the temporary table to the form and then append the records to TblActCosts after the user has made any adjustments and then clear the temporary table. BUT...I don't like using Temporary Tables, they bloat the application etc. If I use a recordset - changes are either reflected in the underlying tables or the recordset is not updatable. I don't know how (or if it's possible) to link a datasheet form to a multi-dimensionsal array.
Any help on the approach would be much appreciated, or if this has been covered before - does anybody knows where?
I could select the records to a temporary table, bind the temporary table to the form and then append the records to TblActCosts after the user has made any adjustments and then clear the temporary table. BUT...I don't like using Temporary Tables, they bloat the application etc. If I use a recordset - changes are either reflected in the underlying tables or the recordset is not updatable. I don't know how (or if it's possible) to link a datasheet form to a multi-dimensionsal array.
Any help on the approach would be much appreciated, or if this has been covered before - does anybody knows where?