590 B
590 B
SP Make table
Macro Definition
| Action | Arguments | Condition |
|---|---|---|
| SetWarnings | 0 | - |
| CopyObject | SP none; 0; SP stupid | - |
| OpenQuery | SP Product Filter; 0; 1 | - |
What it does
- SetWarnings: Enables or disables system warnings (e.g., confirmation dialogs for actions).
- Arguments: 0
- CopyObject: Copies an object (e.g., a table, query, or form) to a new name or location.
- Arguments: SP none; 0; SP stupid
- OpenQuery: Runs a specified query in the database.
- Arguments: SP Product Filter; 0; 1