I have a base with two tables:
Checks
Check number (string)Amount (currency)
Itemizations
Check number (string; primary; the view is grouped by check number)Item name (string)Amount (currency)
Part of the purpose of this table is to ensure that the c...