Foxtable(狐表)用户栏目专家坐堂 → [求助]Select Case语句我把各类值用变量


  共有2405人关注过本帖树形打印复制链接

主题:[求助]Select Case语句我把各类值用变量

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:106744 积分:542921 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2021/7/9 14:30:00 [显示全部帖子]

if Tables("表A").Rows(0)("第一列") like "*" & e.sender.text & "*" then
e.Form.Controls("TextBox1").text = 1
elseif  Tables("表A").Rows(1)("第一列") like "*" & e.sender.text & "*" then
e.Form.Controls("TextBox1").text = 2
end if

 回到顶部