Displaying two fields in a lookup
Posted: Wed Jun 06, 2018 11:21 am
Hey,
I need the following in a subform:
Now, in my table1 edit form I need to place a lookup into table2 that displays BOTH field1 and field2 in the description field.
Is that possible?
Maybe the best way is to create the combined field as a virtual field in MySql?
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?