Attached is a simple database demo.
There are only 3 simple tables taking the accounts, transactions and bookings.
Queries are analog to formulas. Unlike a formula, a query returns a whole record set of columns and rows.
The user interface (what a user is supposed to work with) consists of forms and reports.
The accounts form takes names and descriptions of accounts. The number is automatically set, which may not be what you want in reality.
The transactions form takes a name and description of a transaction, sets an automatic time stamp and you can add bookings on the debit and credit side.
There is a report which shows the transactions grouped by their accounts. Reports are for printing.
Table data and queries can be used in spreadsheets.
There are only 3 simple tables taking the accounts, transactions and bookings.
Queries are analog to formulas. Unlike a formula, a query returns a whole record set of columns and rows.
The user interface (what a user is supposed to work with) consists of forms and reports.
The accounts form takes names and descriptions of accounts. The number is automatically set, which may not be what you want in reality.
The transactions form takes a name and description of a transaction, sets an automatic time stamp and you can add bookings on the debit and credit side.
There is a report which shows the transactions grouped by their accounts. Reports are for printing.
Table data and queries can be used in spreadsheets.
Statistics: Posted by Villeroy — Sun May 05, 2024 7:50 pm