C
Christopher Glaeser
I am using a fuction Proper() that changes the first letter of each word to
upper case. The code works fine if I use the codebuilder to call an
AfterUpdate subroutine, but I would prefer to put an expression in the
AfterUpdate property field, as in ...
=Proper([City])
Setting a breakpoint in the function Proper() shows that it is working
correctly, but the [City] field is not correctly updated. Any ideas why?
Best,
Christopher
upper case. The code works fine if I use the codebuilder to call an
AfterUpdate subroutine, but I would prefer to put an expression in the
AfterUpdate property field, as in ...
=Proper([City])
Setting a breakpoint in the function Proper() shows that it is working
correctly, but the [City] field is not correctly updated. Any ideas why?
Best,
Christopher