1、查询表尽量不要用LoadFilter,因为你不好控制其条件。条件要这样写,如 .LoadFilter = "{表A}.第一列='123' and {表B}.第二列='456'"
2、设置g.filter = Tables("表A").Filter就是你需要的了。