本文介绍了将组合值传递给查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个名为:frmSurveyInput

的表单在表单上有两个控件。

1. cboTableSelect - 选择输入表

2 .cmdQrySurveyInput - 运行qrySurveyInput


cboTableSelect从以下值获取它的值:

I have a form named: frmSurveyInput
On the form there are two controls.
1. cboTableSelect - select input table
2. cmdQrySurveyInput - run qrySurveyInput

cboTableSelect gets it''s values from:

展开 | 选择 | 换行 | 行号

推荐答案

展开 | 选择 | Wrap | 行号


展开 | 选择 | Wrap | 行号



这篇关于将组合值传递给查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 01:05