G
Guest
I have a mature Access db, originally developed in Access97 that has run fine for years. I just went into it to do some upgrading, using Access 2003 for the first time, and any query using IsNull(xx) won't compile. If I switch to xx Is Null they work. I can't find any documentation regarding not being able to use IsNull anymore. I don't believe it has anything to do with the sandbox mode introduced in 2002, although I did try it after setting Sandbox level to 0 just for kicks. No Dice. My only other theory is that the query makes you use Is Null so it doesn't have to use the VBA library where IsNull is located, therefore speeding up the query execution (maybe!). Anyone have any idea why this is??