Office中国论坛/Access中国论坛

标题: Henry D. Sy 已解决:如何取消Combo控件不在列表的ACC自带的对话框 [打印本页]

作者: luhao    时间: 2009-3-22 11:38
标题: Henry D. Sy 已解决:如何取消Combo控件不在列表的ACC自带的对话框
本帖最后由 luhao 于 2009-3-22 16:42 编辑

如何取消Combo控件不在列表的ACC自带的对话框
作者: Henry D. Sy    时间: 2009-3-22 15:32
  1. Private Sub Combo0_NotInList(NewData As String, Response As Integer)
  2.     Response = acDataErrContinue
  3.     MsgBox "wrong"
  4. End Sub
复制代码

作者: luhao    时间: 2009-3-22 16:41
Private Sub Combo0_NotInList(NewData As String, Response As Integer)
    Response = acDataErrContinue
    MsgBox "wrong"
End Sub
Henry D. Sy 发表于 2009-3-22 15:32


多谢你
作者: chaojianan    时间: 2009-3-22 20:43
学习了。
作者: windtsang    时间: 2009-7-29 17:39
正好需要
作者: goto2008    时间: 2009-7-29 23:15

作者: asklove    时间: 2009-7-30 09:01
看看




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3