Can anyone help with filtering records ended with "?".
here is the code I have tried:
Not working at all. Any help is appreciated.
here is the code I have tried:
Code:
strWhere = strWhere & "([stock_site] not like ""*" & "'?'"") AND " strWhere = strWhere & "([goods_status] not Like ""*" & "scrap" & "*"") AND "
Comment