问题描述
我是MS Access的新手。
有人可以帮忙吗?
我正在使用Microsoft Access 2003. br />
我正在使用表格来输入数据并希望对其进行编程,所以如果我在field1中输入M,它会自动将field2更新为true,如果我输入F,它会自动将field3更新为true而不是。
作为一个声明,我假设它可能类似于 -
更新field1之后如果field1 =" M"然后,field2 = true,如果field1 =F,则设置值为2。然后setvalue of field3 = true ??????? - 但我还没有编写任何MS Access代码!
任何帮助非常感谢!
谢谢。
Kev
Hi, I''m very new to MS Access.
Can anyone help with this please?
I am using Microsoft Access 2003.
I am using a form to enter data and wish to program it so if I enter a M in field1 it automatically updates field2 to be true and if I enter a F it automatically updates field3 to be true instead instead.
As a statement I assume it would probably be something like -
After update of field1 if field1="M" then setvalue of field2=true and if field1="F" then setvalue of field3=true ??????? - but I haven''t written any MS Access code yet!
Any help greatly appreciated!
Thanks.
Kev
推荐答案
这篇关于如何设定价值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!