这样你就明白了:
Dim str As String = e.form.controls("Label11").text
MessageBox.Show(str)str = str.SubString(3, str.length-0)
MessageBox.Show(str)
Dim ary = str.split("-")
MessageBox.Show(ary(0) & "----" & ary(1))
Tables("当周工作显示窗口_Table1").filter = "年份='" & ary(0) & "' and sys_weekofyear='" & ary(1) & "'"