Guidelines for Naming DAO Objects

When you name your DAO objects, you must adhere to the following guidelines. Names of DAO objects:

Although you can include spaces, they can produce naming conflicts in Visual Basic in some circumstances.

When you name an object, it’s a good idea to make sure the name doesn’t duplicate the name of a property or other element used by DAO; otherwise, your database can produce unexpected results.