Hi,
I was trying to implement effectively 1:m relation but cannot find the real way to complete it.
To focus on the issue let’s say I have two tables
Project
ProjectName - single line text, primary field
Tasks - Link to table Task, multiple allowed
T...