G
Guest
Hello,
I need to create code in which the beginning of a field starts with the
words "No
Solution Yet". I can write the code if the entire field equals "No Solution
Yet" (see below), however I can't figure out how to do it if it just begins
with these terms.
If Me.Solution = "No Solution Yet" Then
strMsg = strMsg & "Solution needs to be documented"
MsgBox strMsg, vbExclamation, "Invalid Data"
Any assistance would be greatly appreciated.
I need to create code in which the beginning of a field starts with the
words "No
Solution Yet". I can write the code if the entire field equals "No Solution
Yet" (see below), however I can't figure out how to do it if it just begins
with these terms.
If Me.Solution = "No Solution Yet" Then
strMsg = strMsg & "Solution needs to be documented"
MsgBox strMsg, vbExclamation, "Invalid Data"
Any assistance would be greatly appreciated.