| 发表于:2008-02-12 10:15:20 楼主 |
别人做的vba,在我的电脑上打开access数据库后,运行窗体时提示下面错误: visual basic for applications (vba) encountered a problem while attempting to access a property or method. the problem may be one of the following: ·a reference is missing. ·for help restoring missing references, see the microsoft knowledge base article 283806. ·an expression is misspelled. ·check all expressions used in event properties for correct spelling. ·a user-defined function is declared as a sub or as a private function in a module. ·expressions can resolve a user-defined function only if the function is declared as one of the following: ·a public function in a module ·a public or private function in a code module of the current form or report ·security in access is set to medium or high and the microsoft jet 4.0 sp8 update is not installed. ·a more recent verion of jet 4.0 must be installed for access to function properly when security is set to medium or high. to obtain the latest version of microsoft jet, go to windows update. 引用里我也看过了,没有missing的项 %system32%下stdole2.tlb和其他两个ias*.dll也是ok的。 但还是不行,请指教,谢谢先。 |
|
|
|
|