本文介绍了安装Office 2010后,Access 2002表单筛选器不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用过 在Windows XP和Windows 7上访问RunTime 2002很长一段时间。


在我安装了Office 2010 Professional Plus之后,在运行Access 2002的ade程序中   Filter By选择(按表单过滤)不再起作用 - 没有任何反应。


我删除了Office 2010并重新安装Access 2002.但问题仍然存在。


我删除了Access 2002 RunTime 并安装了Office 2002,


仍按选择进行过滤,但代码无效:


me.Filter =" ID = 123"


me.FilterOn = True


 


此致,Matjaz

解决方案

I have used  Access RunTime 2002 on Windows Xp and Windows 7 for a long time.

After I've installed Office 2010 Professional Plus, in my ade program which runs Access 2002  Filter By Selection (Filter By Form) does not work anymore - nothing happens.

I removed Office 2010 and reinstall Access 2002. But the problem remains.

I removed Access 2002 RunTime and installed Office 2002,

still filter by selection nor the code works:

me.Filter="ID=123"

me.FilterOn=True

Regards, Matjaz

解决方案


这篇关于安装Office 2010后,Access 2002表单筛选器不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 19:53