L
LindaF
Can you use a Case statement to evaluate a field equivalent to using Like e.g.
Select Case Desc
Case is like "*Interest*" ' i.e. the field Desc contains the
characters Interest
do ............
Case Else
do ...........
End Select
Select Case Desc
Case is like "*Interest*" ' i.e. the field Desc contains the
characters Interest
do ............
Case Else
do ...........
End Select