G Guest Jul 1, 2004 #1 e.g. Dim strKW as string strKW = rs("Keywords") If strKW like " #### " Then ... End If
R Rick B Jul 1, 2004 #2 Did you try it? What were the results? message e.g. Dim strKW as string strKW = rs("Keywords") If strKW like " #### " Then ... End If
Did you try it? What were the results? message e.g. Dim strKW as string strKW = rs("Keywords") If strKW like " #### " Then ... End If
M Marshall Barton Jul 1, 2004 #3 somanybugssolittletimetofixthem said: e.g. Dim strKW as string strKW = rs("Keywords") If strKW like " #### " Then ... End If Click to expand... Yes you can, but it would have been many times faster to just try it before posting the question.
somanybugssolittletimetofixthem said: e.g. Dim strKW as string strKW = rs("Keywords") If strKW like " #### " Then ... End If Click to expand... Yes you can, but it would have been many times faster to just try it before posting the question.
G Guest Jul 1, 2004 #4 About 50% of the time I solve problems on my own before anyone answers here. But if no-one posted, no-one would learn anything would they?
About 50% of the time I solve problems on my own before anyone answers here. But if no-one posted, no-one would learn anything would they?