G
Guest
We are in the process of migrating from Access XP to Access 2003. Due to the
security enhancements in 2003, some of the VBA objects commonly used in our
existing system are now considered as possible security issues in 2003.
These seem to include use of objects like "DoCmd" or the "Err" object...at
least as far as I've been able to figure out from documents on MSDN. I
wanted to see if anyone knows of some documentation that exists to provide
guidance for alternate procedures more acceptable for 2003.
Although we could lower the security settings (a last resort), and/or use
digital signing/certificates, I just want to find documentation that might
cover these kind of issues for programmers. Also, any recommended books
would be helpful as well.
Our front end is fairly extensive in scope, but I want to begin a
modification to bring the system in-line with current standards. (Note: I
did find some info that lists functions considered "unsafe" for use in 2003,
but am looking for more details on alternate recommended practices.) FYI,
the current system is an Access XP front end with a SQL Server 2000 back end.
The front end is an MDB, not an Access Project format.
I really appreciate any input you can provide. I haven't been able to
search out a few good comprehensive documents (or books) that cover the
matter.
THANKS VERY MUCH!!!
security enhancements in 2003, some of the VBA objects commonly used in our
existing system are now considered as possible security issues in 2003.
These seem to include use of objects like "DoCmd" or the "Err" object...at
least as far as I've been able to figure out from documents on MSDN. I
wanted to see if anyone knows of some documentation that exists to provide
guidance for alternate procedures more acceptable for 2003.
Although we could lower the security settings (a last resort), and/or use
digital signing/certificates, I just want to find documentation that might
cover these kind of issues for programmers. Also, any recommended books
would be helpful as well.
Our front end is fairly extensive in scope, but I want to begin a
modification to bring the system in-line with current standards. (Note: I
did find some info that lists functions considered "unsafe" for use in 2003,
but am looking for more details on alternate recommended practices.) FYI,
the current system is an Access XP front end with a SQL Server 2000 back end.
The front end is an MDB, not an Access Project format.
I really appreciate any input you can provide. I haven't been able to
search out a few good comprehensive documents (or books) that cover the
matter.
THANKS VERY MUCH!!!