Hi Team, Is it possible to have two or more lookup columns in a drop down select query box.
We have a query that selects the first name only but we would like to have both first and last name in the drop-down select.
Code:
SELECT `firstname`, `lastname` FROM `comprofiler` WHERE `comprofiler.cb_membershiplevel` = "Family"
Cheers Adrian