创建数据库咨询系统 [英] Creating a DB consulting system

查看:61
本文介绍了创建数据库咨询系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。首先,我很抱歉我的英语。

Hi, everyone. First of all, I'm sorry for my english.

我正在尝试创建一个数据库咨询系统。我有一个名为"Products"的数据库,其中包含以下列:

I'm trying to create a DB consulting system. I have a DB called "Products", with the following columns:


  • 产品 - 存储所有产品的名称;
  • 数量 - 存储产品的库存数量;
  • Unitary_Value;

我想要做的是:


  1. 我有一个带有comboBox的主表单,用户可以从DB中的Product列中选择一个产品,然后选择"Submit"。按钮。
  2. 当用户按下提交按钮时,它应该打开另一个名为"结果"的表单。有一个名为"Unit_Value"的textBox使用所选产品的单一值。

我相信要做到这一点,我应该创建一个查询(或更改现有的标准)并将其添加到结果表单的记录源属性。

I believe that to do that, I should create a Query (Or change the criteria of a existing one) and add it to the record source attribute of the result form.

任何人都可以帮助我吗?

Can anyone help me?

推荐答案

实际上不需要使用两种形式。您可以使用向导在相同的表单上添加未绑定的Combobox以及所有产品详细信息,然后选择第三个选项。

There's really no need to use two forms. You can add an unbound Combobox on the same forms with all the product details using the Wizard and select the third option.

希望它有帮助......

Hope it helps...


这篇关于创建数据库咨询系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆