Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:如何在筛选时,随机变动列名

1楼
zhangchi96 发表于:2024/4/16 17:56:00
Dim 截止年度 As WinForm.Label = Forms("岗位统计分析窗体").Controls("截止年度框")
Dim 截止月份 As WinForm.Label = Forms("岗位统计分析窗体").Controls("截止月份框")
Dim 列名称 As String
If 截止月份.text <= 9 Then
     列名称 = “聘任岗位” & "0" & 截止月份.text
else
      列名称 = “聘任岗位” & 截止月份.text
End If
Dim Filter1 As String = " 年度 = "& dr("年度") &" and 数据类型 = '期初数' "    '设置条件
Filter1 = Filter1 & " and 列名称 is not null "        '设置条件
Tables("弹窗窗体_岗位聘任年初年底名册").Filter = Filter1

请问其中倒数第2句中, 列名称  这样表示对吗?
2楼
zhangchi96 发表于:2024/4/16 19:06:00
想起来了,可能是这样,不知道对不对?(用&来连接)

Filter1 = Filter1 & " and “ & 列名称 ”  & “ is not null "        '设置条件
3楼
有点蓝 发表于:2024/4/16 20:26:00
Filter1 = Filter1 & " and " & 列名称   & " is not null " 
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02734 s, 2 queries.