Hi,
I want to add a linked buttion in a gird. I know that if the column is a "key" like "CardCode" in "OCRD". It is no problem.
But if the column is "CardName", how to do it? Is it possible to do?
SELECT OCLG.ClgCode [Number], OCRD.CardName FROM OCLG
INNER JOIN OCRD ON OCRD.CardCode = OCLG.CardCode
Regards,
On