R
Rob - IT Data Services
HI.
I have an applicaiton that for one of the combo boxes has a query that uses
the Len() function to shorten the description length for sorting the list.
Eg: Right([Partdescription],(Len([PartDescription])-11))
This was working fine - however having loaded the AccessRT.msp Runtime
pre-release patch from microsoft to fix the SaveAsPDF addin problem the len
function doesnt work.
I have even tried to generate a standalone app that has a Form with a button
and the VB code has a
Msgbox Len([Me]![ErrorBox])
Under the runtime with the pre-release patch the msgbox does not display.
Under Access 2007 (full version) it works fine.
I have an applicaiton that for one of the combo boxes has a query that uses
the Len() function to shorten the description length for sorting the list.
Eg: Right([Partdescription],(Len([PartDescription])-11))
This was working fine - however having loaded the AccessRT.msp Runtime
pre-release patch from microsoft to fix the SaveAsPDF addin problem the len
function doesnt work.
I have even tried to generate a standalone app that has a Form with a button
and the VB code has a
Msgbox Len([Me]![ErrorBox])
Under the runtime with the pre-release patch the msgbox does not display.
Under Access 2007 (full version) it works fine.