ACC2: GP Fault Using Module.InsertText in Form Module (121276)
The information in this article applies to:
This article was previously published under Q121276
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you use an implicit reference to a module with the InsertText method
in a form module, you may receive a general protection (GP) fault.
RESOLUTION
Use an explicit reference to the module when you are using the InsertText
method in a form module. The following statement is an example of an
explicit reference to a module:
Forms![FormName].Module.InsertText Field0.Text
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access
version 2.0. This behavior no longer occurs in Microsoft Access
version 7.0.
REFERENCES
For more information about InsertText, search on "InsertText" using the
Microsoft Access Help menu.
Modification Type: | Major | Last Reviewed: | 7/5/2002 |
---|
Keywords: | kbbug kberrmsg kbusage KB121276 |
---|
|