Data Entry Forms - Introduction
DbWrench can generate dynamic Graphical User Interface (GUI) forms for data entry into database tables. This is an alternative to inserting and modifying data using SQL.
For example if data was to be inserted into table, DbWrench would create a form with GUI widgets for each column in the table. The widgets correspond to the data type of the column as such:
Here are some examples of dynamically generated data entry forms:
This form can be used to insert
a record into the Invoice table. Notice the checkboxes for the
boolean columns and numeric text fields for the numerical columns.
This form can be used to insert
a record into the Report table. Notice the comboboxes for
the foreign key columns and the text area for the text column.
See also: