I need the following in a subform:
Code: Select all
table1
table1_id
tb1_table2_id
table2
table2_id
field1
field2
Is that possible?
Maybe the best way is to create the combined field as a virtual field in MySql?
Code: Select all
table1
table1_id
tb1_table2_id
table2
table2_id
field1
field2