In this assignment you are to build a stack that will allow you to view and edit the content of your database in LiveCode.
Here are the minimum requirements:
A large field with scrollbars, or a data grid, that allows you to display the entire contents of your database tables. Make the data display easy to read by a human. In other words, instead of displaying numbers for cross referenced records, display the text from the referenced record.
A way to delete records from your tables.
A way to add records to your tables.
A way to change existing records.
Controls that allow you to produce at least one report using one of the SELECT statements that you were to have created for a previous assignment.