I use Access 2k under Windows XPPRO.The form is based on a query which isbased on another query.What should I do to improve the performance?Thanks,Paul 解决方案Look here: http://members.iinet.net.au/~allenbr...html#usabilityRegards,Keith.This is probably grasping at straws, but does the form have any graphics in it?I inherited an app once that had a form with a cutsie picture ofsomething-or-other (strictly decoration) that took forever to load.Remove the pic and it loaded normally - i.e. almost instantly.--PeteCresswellBesides the great tips the others provided...Does your query have a sub-select in it? Such asSelect Id From Table1 Where ID In (Select ID From Table2)Sub-selects are great performance inhibitors. 这篇关于表单打开需要5秒才正常吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-06 00:42