如果在Access Runtime中将AllowBypassKey设置为false,则运行时错误

时间:2013-07-30 14:59:22

标签: ms-access access-vba runtime-error ms-access-2010

因为我在程序中输入了代码AllowBypassKey = false

如果我在Access Runtime 2010中运行我的代码,会自动给出运行时错误并无缘无故地关闭我的程序。 :(

==================

What I did is : 

-The first form will show in the program is the LoginForm
-On Load LoginForm
CurrentDB.Properties("AllowBypassKey") = false


-On Click Quit Button in the LoginForm.
If txtpassword = strByPassCode then CurrentDB.Properties("AllowBypassKey") = True

====================

我不确定我的程序是怎么回事 但如果我在完整版Ms Access 2010中运行我的程序 我的代码没有遇到任何错误。

但是,如果我删除AllowByPassKey,它将顺利运行。但我需要提出 一个ByPass代码,以便保护我的代码以及表格。

1 个答案:

答案 0 :(得分:0)

我已经解决了我的问题。这是一个数据问题 来自客户数据库。我是如此d ** b我没有复制 他的数据库。

感谢您的帮助:)