Join two forms by two or three fields on "multiple forms"
I would like to merge two rows (from two different forms) only if they have three identical parameters.
Instead of : JOIN "FORM1" on "FIELDa" WITH "FORM2" on "FIELDb", we have : JOIN "FORM1" on "FIELDa,FIELDb,FIELDc" (in this order) WITH "FORM2" on "FIELDd,FIELDe,FIELDf".
Would it be possible ?
Thank you.
2
votes
STEPHANIE EL MEKKI
shared this idea