ACC: "Out of Stack Memory" Error Message with SendKeys Macro (101067)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q101067
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When choosing a command button, you may receive the following error
message:
Not enough stack memory left
This error message occurs when you activate a macro from the OnPush
property in version 1.x, or the OnClick property in version 2.0, of a
command button on a form. The macro includes a SendKeys action (in which
the keystrokes sent
include the ESC key) and the Wait argument is set to Yes.
CAUSE
The Cancel property of the command button is set to Yes.
RESOLUTION
Change the Cancel property of the command button to No.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbprb kbusage KB101067 |
---|
|