|
Avoid spaces in object names. As with other
special characters, you may have to enclose the name in square brackets or
quotes or use an underscore character in place of spaces when writing
application code. Using spaces in your object names will slow your development
efforts and make your code more difficult to write and understand.
|