Shippwreck
Programmer
Hi,
Recently at work we have decided to make the move to Access 2003. We are now running with Jet 4.0 Service Pack 8 and as a lot of you will know that now causes problems with unsafe expressions. For us we now have a business critical database that wont run...
Now in the short i have changed the sandbox registry setting to 2 and so it now runs... but we want/need to re-write the parts that are causing these issues. I have been to numerous sites that have been very helpful:
(good article in general about it)
(list of blocked functions and properties)
(list of operations allowed)
But now have some points i need to clarify. The database in question, actually does not have much code in it! It has one Form with code behind, and then 3 VBA modules... Now if i have read the documentation correctly, i don't need to worry about the 3 VBA modules as these aren't blocked???
If this is the case then i only need to check queries and the code behind the form? Can someone let me know if i'm on the right track so far. If i am then i guess my next job is to go through lookign for each of the now unsafe functions/properties...
"Google is god...of the internet" - Me
Recently at work we have decided to make the move to Access 2003. We are now running with Jet 4.0 Service Pack 8 and as a lot of you will know that now causes problems with unsafe expressions. For us we now have a business critical database that wont run...
Now in the short i have changed the sandbox registry setting to 2 and so it now runs... but we want/need to re-write the parts that are causing these issues. I have been to numerous sites that have been very helpful:
(good article in general about it)
(list of blocked functions and properties)
(list of operations allowed)
But now have some points i need to clarify. The database in question, actually does not have much code in it! It has one Form with code behind, and then 3 VBA modules... Now if i have read the documentation correctly, i don't need to worry about the 3 VBA modules as these aren't blocked???
If this is the case then i only need to check queries and the code behind the form? Can someone let me know if i'm on the right track so far. If i am then i guess my next job is to go through lookign for each of the now unsafe functions/properties...
"Google is god...of the internet" - Me