通过表单查询参数

通过表单查询参数

本文介绍了通过表单查询参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我有一个表格,里面有各种组合框。这些组合框用作查询中各个字段的参数的引用。命令按钮打开一个查询,其中包含从表单中选择的参数。 我遇到两个从同一个表中提取数据的组合框有问题。这两个组合框称为:txtActor和txtDirector。我正在尝试生成一个查询来显示演员和导演(或演员和演员)的任何组合,从表格CAST中显示。 我用它们作为过滤器: 展开 | 选择 | Wrap | 行号 解决方案 I have a Form where there are various combo boxes. These combo boxes are used as references for the parameter of various fields in a query. A command button opens a query with the parameters selected from the form.I am having problem with two combo boxes which pulls data from the same table. These two combo boxes are called: txtActor and txtDirector. I am trying to generate a query to display any combination of actor and director (Or actor and actor) from the table called CAST.I used these as a filter: Expand|Select|Wrap|Line Numbers 解决方案 这篇关于通过表单查询参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-02 01:42