string procedure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what is the procedure or function to look for a string in a string... i
need to do specific procedures whether the string is found or not...

for example I need to look for the "Cancel" string in a specific field of
the open form
 
"Chantal Hacquard" <Chantal
what is the procedure or function to look for a string in a string... i
need to do specific procedures whether the string is found or not...

for example I need to look for the "Cancel" string in a specific field of
the open form


Check VBA Help for the InStr function
 
Back
Top