VisibleForTables
Defines that the action is visible only when specific tables are open. Contains a list of table specifications, separated by commas, semicolons, or vertical bars. Each specification is either an alias name, or it has the form dsn\name (the backslash is essential). Alias, dsn, and name parts can contain DOS-like wildcards.

Example: Table*;TestTable_?;server\temp_table
Possible values: See text
Default value: (none)