ACC2000: IPF Referencing ControlSource Containing CodeID: Q210614
|
When you switch a form from Form view to Design view, you may receive the following error message:
If you click Details, you receive an error message similar to the following:This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.
MSACCESS caused an invalid page fault in module MSACCESS.EXE at 015f:300966b2.
This behavior occurs when the ControlSource property of a control on the form contains a function that tries to change the value of that control.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Function MyFunction()
Forms(0).Controls(0).ControlSource = ""
End Function
=MyFunction()
Additional query words: access violation pra ipf
Keywords : kberrmsg kbdta FmsProb
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999