Hi,
I am trying to find all IDs in a field that startss with *. I have tryed various forms of using LLeft but it says that the function is undefined. I have names like *CO5468 and I need to find them. I tryed things like Left(tblTemp_Import_File.Accpac__c],1)'*') and Like [*%], but nothing works.
Any ideas would be really appreciate it.
Thank you