I am having a problem assembling a string value.
strCompleteString = strSubString1 & strSubString2
When I get to this line in my code the value returned to strCompleteString is "Out of Memory", instead of the result of strSubString1 & strSubString2.
I have never encountered this before. I am using Windows XP Pro (SP2) and Access XP (2002).
Any help would be greatly appreciated.
strCompleteString = strSubString1 & strSubString2
When I get to this line in my code the value returned to strCompleteString is "Out of Memory", instead of the result of strSubString1 & strSubString2.
I have never encountered this before. I am using Windows XP Pro (SP2) and Access XP (2002).
Any help would be greatly appreciated.