Hi,
There are plenty of documentation on this on the web but nothing that seems to help. I have a LEFT function in a query that does not work on Access RunTime 2010 while it works perfectly fine on Access 2010.
Basically, I have a memo field called Notes and in the query I create a new field called ShortNote with the following function: IIF(LEN([Note])>45,LEFT([NOTE],45)&"...",[Note])
Again that works perfectly fine in Access 2010, the issue is with Access RunTime (that I installed on another machine that does not have Access 2010).
I have isolated each function and it is definitely LEFT that is the problem. I have also tried MID and the same problem appears.
Thanks for your help!
There are plenty of documentation on this on the web but nothing that seems to help. I have a LEFT function in a query that does not work on Access RunTime 2010 while it works perfectly fine on Access 2010.
Basically, I have a memo field called Notes and in the query I create a new field called ShortNote with the following function: IIF(LEN([Note])>45,LEFT([NOTE],45)&"...",[Note])
Again that works perfectly fine in Access 2010, the issue is with Access RunTime (that I installed on another machine that does not have Access 2010).
I have isolated each function and it is definitely LEFT that is the problem. I have also tried MID and the same problem appears.
Thanks for your help!