Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
UPDATE [names]
SET [Last Name] = (Left([Last Name],1) & LCase(Right([Last Name], Len([Last Name] -1)))),
[First Name] =UCase([First Name]);