13 lines
415 B
Markdown
13 lines
415 B
Markdown
# Macro1
|
|
---
|
|
## Macro Definition
|
|
| Action | Arguments | Condition |
|
|
|--------|-----------|-----------|
|
|
| OpenForm | TestEntryForm; 0; 1; 0 | - |
|
|
| SetValue | [Forms]![TestEntryForm]![Entry]; 45 | - |
|
|
## What it does
|
|
- **OpenForm**: Opens a specified form in the database.
|
|
- **Arguments**: TestEntryForm; 0; 1; 0
|
|
- **SetValue**: Performs an action: SetValue.
|
|
- **Arguments**: [Forms]![TestEntryForm]![Entry]; 45
|