G
Gary Schuldt
I have a txtName field in frmA which can contain multiple words.
AfterUpdate I want to capitalize all the words; I know how to do that.
However, I would like to allow the user to make changes after they see what
the AfterUpdate code did.
If they do make changes, will that raise the AfterUpdate event again? If
so, then I guess I need to nullify the event procedure after the first time
around, but I'm not sure how to code that.
Thanks.
Gary
AfterUpdate I want to capitalize all the words; I know how to do that.
However, I would like to allow the user to make changes after they see what
the AfterUpdate code did.
If they do make changes, will that raise the AfterUpdate event again? If
so, then I guess I need to nullify the event procedure after the first time
around, but I'm not sure how to code that.
Thanks.
Gary