I am building a list of Italian verbs. It grows as my knowledge of Italian does. Currently I have the six persons for each verb in the present tense only. (io - I, tu - you, lui/lei - he/she, voi - we, noi - you, loro - they). I want to start adding other tenses like past for example. But it occurs to me that it might be better design to have the six persons and then have each of them contain the tenses. So a table of persons, each containing several tense fields. Then in the main table, I would want to be able to sort or group by either.
I may not be explaining this correctly. Apologies. Can I do this in my Base? Do I need to add an app?
Thanks.