Hello to this great forum. I'm new here so please bear with me. I know about =, >, <, and <> but is there an operator for "like" in an IF statement, as there is in a SQL statement? Here's what I need:
I'm using:
for each fld in oRs.fields
if fld.name "is like" "Futurefield" then
'do something
end if
next
If that's not possible, what if anything can I do weed out the futurefields? Thank you very much for your thoughts!
I'm using:
for each fld in oRs.fields
if fld.name "is like" "Futurefield" then
'do something
end if
next
If that's not possible, what if anything can I do weed out the futurefields? Thank you very much for your thoughts!