
global conditional compilation constants in Access 2002
I don't know about Access 2002, but in Access 2000, you can set these as
follows:
1. From the database window, choose Tools, Macro, Visual Basic Editor.
2. In the Microsoft Visual Basic window that appears, choose Tools, <name
of your database> Properties.
You can set the conditional compilation arguments on the General tab of the
Project Properties dialog that appears.
Quote:
> Is there any way to set global conditional compilation
> constants in Access 2002? They could be set in Access 97
> using the Options | Advanced dialog, but the option
> appears to be missing in Acc2002. Nevertheless the Help
> system refers to setting them in the user interface. I
> want to conditionally compile parts of the code depending
> on whether I am compile with Acc97 or 2002, and don't
> want to have to define a #Const in every module affected.