I am trying to use Duane's Concatenate module to create a report label but I keep getting a "wrong number of arguements error message. My code is
Can anyone point out where I am wrong please.
Thank you
Code:
SELECT tblSltFarm.FarmAccountNumber, Concatenate("SELECT AccountName FROM QrySLTFarm2
WHERE FarmAccountNumber =" & [FarmAccountNumber], ", ", ", and " ) AS AccountNameLbl
FROM tblSltFarm
Can anyone point out where I am wrong please.
Thank you