Office中国论坛/Access中国论坛

标题: [求助]关于变量如何命名 [打印本页]

作者: mandyliu912    时间: 2006-3-28 20:36
标题: [求助]关于变量如何命名
我的表里有  10个文件框: amount1, amount2, amount3, amoun5.............amount10

                                        Price1, price2...............price10

如果我要用For i=1 to 10

Me.amount&"i"&= Price&"i"& * 100

其中的price中的i用"i"怎么连不起来?请帮我写个正确的
   
      
作者: andymark    时间: 2006-3-28 21:23
在窗体可以这样写

For I = 1 To 10
Me.Controls("amount" & I) = Me.Controls("rice&"" & I) * 100

Next




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3