Dim sku As WinForm.ComboBox = e.Form.Controls("款号") Dim co As WinForm.ComboBox = e.Form.Controls("颜色") Dim size As WinForm.ComboBox = e.Form.Controls("尺码") Tables("货号信息").Filter = "款号 = '"& sku.text & "' and 颜色 = '"& co.text & "' and 尺码 = '" & size.text & "'"