单选题:窗体上添加有3个命令按钮,分别命名为Commandl、Command2和Command3,编写Commandl的单击事件

  • 题目分类:Access
  • 题目类型:单选题
  • 查看权限:VIP
题目内容:
窗体上添加有3个命令按钮,分别命名为Commandl、Command2和Command3,编写Commandl的单击事件过程,完后能为:当单击按钮Commandl时,按钮Command2可用,按钮Command3不可见。以下正确的是(  )。 A.Pfivate Sub Command l Click()
Command2.Visible=True
Command3.Visible=False
B.Private Sub Commandl Click()
Command2.Enabled=True
Command3.Visible=False
EndSubEndSub
C.Pfivate Sub Commandl_Click()
Command2.Enabled=True
Command3.Visible=False
D.Pfivme Sub Commandl click()
Command2.Visible=True
Command3.Enabled=False
EndSubEnd Sub

参考答案:
答案解析:

在窗体上添加一个命令按钮(名为Commandl),编写如下事件过程。 Private Sub Commandl_Clic

在窗体上添加一个命令按钮(名为Commandl),编写如下事件过程。 Private Sub Commandl_Click(  ) Fori-1 T04X

查看答案

VBA中打开“student”表的语句是(  )。

VBA中打开“student”表的语句是(  )。 A.Doemd.OpenForm”student” B.Docmd.OpenQuery”student” C

查看答案

Have you ever been to Disneyland?Most of us have probably he

Have you ever been to Disneyland?Most of us have probably heard of Mickey Mouse

查看答案

What is the Pomo good at?

What is the Pomo good at?A.Making baskets. B.Hunting for food. C.Taking care of

查看答案

下列关于VBA运算符优先级比较选项中,正确的是(  )。

下列关于VBA运算符优先级比较选项中,正确的是(  )。 A.算术运算符>逻辑运算符>关系运算符 B.逻辑运算符>关系运算符>算术运算符 C.算术运算符>关系运

查看答案