楼主,如果你是查询:
Dim txt As string = e.Form.Controls("xxx").Value
txt = txt.Replace("*", "[*]")
Tables("xxxs").Filter = "某某列 Like ‘*" & txt & "*'"