ACC2: GP Fault Using Module.InsertText in Form ModuleID: Q121276
|
Moderate: Requires basic macro, coding, and interoperability skills.
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.
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
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.
Name: Field0
Sub Field0_AfterUpdate()
Module.InsertText Field0.Text
End Sub
For more information about InsertText, search on "InsertText" using the Microsoft Access Help menu.
Additional query words: gpf
Keywords : kberrmsg kbusage FmsEvnt
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 7, 1999