Please tell me what I need do do the following:
-
Create a worksheet which consist of two grids which work together. The two grids are populated with data from the database. One grid can can modify the cells in a column from user inputs. One or more columns can have checkboxes that when clicked, database functions are called to recalculate values for other columns in the grid for that row. Once the new values are calculated, a total row row at the bottom of the grid are recalculated. Also the second grid is updated with the aggregate of columns for related rows. Similar to a master detail. The detail is rolled up and stuffed into the master grid with the master key.
-
Tabs so that theses pair of worksheets can be opened in thier own tab
-
database insert update and delete