Hi, I am trying to create a performance measurement capture form, so that various managers can capture their teams' monthly performance. To do so, I have created three tables (2 inputs (to populate pre-defined fields), and 1 that should store the form (output values). The inputs tables are something like: Table Name Department Column Department_Name (PK) Sales Procurement Logistics and KPI's Department_Name (FK) Team_Region Measurement Target Sales JHB New Sales 100000 Sales JHB Invoicing 100% Sales CT New Sales 90000 Sales DBN New Sales 80000 Procurement JHB Maintain stock levels 95% Procurement CT Maintain stock levels 85% Procurement DBN Maintain stock levels 70% Logistics JHB Order Delivery Within 2 days Logistics CT Order Delivery Within 2 days Logistics DBN Order Delivery Within 3 days With the output table being a combination of all the input (as well as additional values) Results Month Department_Name Team_Region Measurement Target Results Achieved Reason To store the output values, I have created a form based on the "Results" table, but I hid the fields that also exist in the "KPI's" table. I then created an Interactive Grid region to pre-populate the values from the KPI's table and created additional columns to capture the results per KPI and calculate if Achieved (in essence have all the values needed on the "Results" (my output) table, also in the interactive grid). Q1 - How to I set the values in the interactive grid to save to the Results (output) table. Q2 - As this is an interactive grid, if you select multiple Rows in the IG, it should create multiple Rows in the Results table for ...