I see,so then my question is: Can I embed a table inside another table?
With Tdbf I can handle tables of integers and strings, but it says that field type ftArray is not yet supported. So am I still missing something very basic, or should I just start using something more powerful istead of Tdbf?
You'll need an invoiceline table with an extra column: a reference to the invoice; the unique invoice number.For every invoiceline you create a new record in this table.
Repeating invoice-id for every entry in the table seems a bit like wasted space to me.
'Wasted space' was in issue in the dark ages when memory was expensive and hard disk capacity was measured in kilos (as in weight)