I am just starting on access 2010 and am trying to understand how to use the Expression Builder.
I have a field “Surname” that I wanted to apply the After Update method to change into uppercase but I am unsure how to write it.
I have tried
=StrConv([Surname],UCase([Surname]),1033)
but am receiving the Mismatch error message.
Can someone please advise the correct syntax.
Thanks