415 B
415 B
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