Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HEllo
i have
table1:
field 1, field2
and
table 2
field 3 , field 4
i want to create a concatinate field To link it with another field5 in a table3.
table1.field1 & table2.field3.
i think i have to use the resident ! Right ?
thanks
i found the solution.
join 2 tables in temp_table, and then use the resident table so you can use the 2 table and make calculation in the editor
thanks