There's probably an easy answer for this, but I'm stuck. I'm compiling a big string to execute as SQL in an OpenRecordset, and for some reason the string won't grow any longer that 255 bytes. I'm using Access97 and the help tells me I should have at least 64k bytes to use. My declaration is:
Dim SQLString As String
I've tried using a fixed length ("...As String * 60000" with no luck. I also didn't see any option settings that were obvious. Any suggestions?
Dim SQLString As String
I've tried using a fixed length ("...As String * 60000" with no luck. I also didn't see any option settings that were obvious. Any suggestions?