G
Guest
One of the issues that seems to arise with Access is a migration from an older environment (like Windows 98 or 2000) to XP. When you create the new database in XP, the module code does not compile. This is because some of the methods that were valid in the old environment are not necessarily recognized in the the new. This can be alleviated by opening up any module created in the Design mode and then clicking Tools and then references and setting certain library references by checking off the items needed to recognize "backward compatibility".
My question is, is there a way to set these flags on automatically by writing a Visual Basic Access function and then executing it when the database launches ?
My question is, is there a way to set these flags on automatically by writing a Visual Basic Access function and then executing it when the database launches ?