me!的用法
题目
me!的用法
vbs用的,没用过.
Private Sub flm_得意先选択_Click()
If Me![flm_得意先选択].Value = 1 Then
Me![lst_得意先].Enabled = False
Else
Me![lst_得意先].Enabled = True
End If
End Sub
Me后面带感叹号是什么意思呢
答案
感叹号就是表示ME下面的一个对象,大体可以这样理解
给你据个例子:
dim rs as adodb.recordset
然后表示rs中某一列(比如说列A)中的内容的方法可以是rs.fileds("A")也可以是rs!A
你自己理解下
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
- he was taking his saving to the post office.he keeps his savings______the post office
- now和nowadays的区别
- 设x,y∈R,且xy≠0,则(x^2+1/y^2)(1/x^2+4y^2)的最小值
- 应用题:1,一个量杯里装有200ml的水,当放入一个西红柿后水面上升到350ml,这个西红柿的体积是多少?
- 英语翻译
- How(can)you say that you really understand the whole story if you have seen only part of TV play?
- 分解因式x^3+ax^2-2x^2-2ax
- 用英语说说中国的食物的好处和外国食物的坏处
- 改错:No one knows how much time it will take Chinese women astronauts to fly into space.
- 有道数学题:若a,b为定值,关于x的一次方程(2ka-x)÷3-(x-bx)÷6=2,无论k为何值时,它的解总是1(x=1)求ab
热门考点