I have created a query in SQL, but when i want to retrieve the values of ccfull by lookup wizard from Individual tableto Training Table another table, i cant because the ccfull value is not visible in the lookup wizardlookup table of Individual Table.
SELECT
Id,
Name,
FName,
HomeAdd,
Bmisid,
SchoolName,
SchoolAdd,
Class
,
DoB,
Gender,
DesgCC,
CCName,
CCID,
currentdate,
joingdate,
Guardian Contact
,
fullsiteaddress,
concat(Bmisid
, '-', SchoolName, '/', CCID
, '-', CCName) AS ccfull
FROM individualinfo