Specifying form and view names in formulas
When you specify a form or view name in a formula:
- Do not include the accelerator character, an underscore, in the name if it exists. The formula language treats an underscore as a literal underscore.
- Do include the cascade character, a backslash, but remember that it requires the escape character so must be entered as two backslashes.
The following formula demonstrates how to enter the view name "_Marketing\_Procedures":
@Command([SwitchView]; "Marketing\\Procedures")