ACC2000: How to Set Conditional Compilation Arguments Through the User Interface (274324)



The information in this article applies to:

  • Microsoft Access 2000

This article was previously published under Q274324
Moderate: Requires basic macro, coding, and interoperability skills.

This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

SUMMARY

In Access, you can set conditional compilation arguments through the user interface. In Access 97, you could set conditional compilation arguments on the Advanced tab of the Options dialog box (on the Tools menu). In Access 2000, the conditional compilation arguments setting has been moved to the Visual Basic Environment. In Access 2000, you can find the setting on the Tools menu under the <ProjectName> Properties command, where <ProjectName> is the name of your database project.

For example, to find the conditional compilation arguments setting in Access 2000 for the sample database Northwind.mdb, follow these steps:
  1. Open the sample database Northwind.mdb.
  2. In the Database window, press ALT+F11 to switch to the Visual Basic Environment.
  3. On the Tools menu, click Northwind Properties. Note that the Conditional Compilation Arguments box appears on the General tab.

REFERENCES

For more information about conditional compilation, visit the following Microsoft Web site:

Modification Type:MinorLast Reviewed:7/15/2004
Keywords:kbhowto KB274324