D
doyle60
I want to warn users that they must either use the word "Woven" or
"Knit" in a text field (but can use many other words as well).
I've tried this and varous other things like it:
If Text22 Not Like "*Woven*" or "*Knit*" Then
DoCmd.RunMacro ("ENTRYFORM2Macros.WovenKnit")
End If
The Text box is Text22 and its control source is Fabric. (I don't
know why I never correct the old Text box.)
So they can enter in the field "100% Cotton Knit" or "Silly-Billy
Woven".
But if they try and enter "50% Cotton 50% Spandex", they should get a
warning, not a restriction.
Thanks,
Matt
"You must either use the word 'Woven' or 'Knit' in your description."
"Knit" in a text field (but can use many other words as well).
I've tried this and varous other things like it:
If Text22 Not Like "*Woven*" or "*Knit*" Then
DoCmd.RunMacro ("ENTRYFORM2Macros.WovenKnit")
End If
The Text box is Text22 and its control source is Fabric. (I don't
know why I never correct the old Text box.)
So they can enter in the field "100% Cotton Knit" or "Silly-Billy
Woven".
But if they try and enter "50% Cotton 50% Spandex", they should get a
warning, not a restriction.
Thanks,
Matt
"You must either use the word 'Woven' or 'Knit' in your description."