I have a simple 5 column table in SQL. (See below)
I would like my LF form to populate the entire contents of the table, similar to how an Excel spreadsheet can be populated with the contents of an entire table.
Then, the user would delete some rows within the form. And when the table is Submitted, it would update the SQL table by removing the same data rows from the table in SQL.
Is this something that Forms can accomplish?