SmokingCrater
Programmer
Forum,
Does anyone know why the String function will not work in Access 2000? (machine is running NT4 Service Pack 4 with Access 2000 no service packs) The code requires to build a string with the " mark in it. (unfortunately, single quotes are not an option here) I am using the String function to insert the necessary quotes in the string. (for more specific: String(1, 34) where 1 signifies one character long, and 34 signifies the ASCII for the quote mark so for this example it returns: "
I am getting an error "Can't find project or library" whenever that function is used. I thought the String function was native to VBA so I'm not sure why it's exploding. According to Access help files, I should search for msowcf.dll. The machines have this file installed and I can only assume that it is registerd.
Any help would be great. Thanks.
Thanks.
Does anyone know why the String function will not work in Access 2000? (machine is running NT4 Service Pack 4 with Access 2000 no service packs) The code requires to build a string with the " mark in it. (unfortunately, single quotes are not an option here) I am using the String function to insert the necessary quotes in the string. (for more specific: String(1, 34) where 1 signifies one character long, and 34 signifies the ASCII for the quote mark so for this example it returns: "
Any help would be great. Thanks.
Thanks.