If ([项目编号] Like 'F*') Then OutPut.Show("费用化") ElseIf [项目编号] Like 'G*' Then OutPut.Show("更新改造") ElseIf [项目编号] Like 'Z*' Then OutPut.Show("资本化")Else OutPut.Show("其他") End If
语法错误:“[项目编号]”运算符后缺少操作数
请问如何修改?