Hi,
MS Access Compiler (VBE6.DLL) Wrong, example of Compiled Database
Code:
Dim cSQL as String
cSQL = "a" & "b"
Sometimes (Some Random process there (?) ) the result is cSQL= "a"
In the Immediate/Debug Window the Result is ALLWAYS cSQL= "ab"
-----------
Question about Behinde the C++ Scene:
What may be the REASON for this Unbelievable Result ? 
===============================================
VBA string bug?