For the text capitalization issues the following works great, of course:
However, it does not work on an entry like 111 main st. I would like to be able to capitalize the Main an St. text. How's the best way, Thanks!
Code:
Me.FirstName = StrConv(FirstName, vbProperCase)
However, it does not work on an entry like 111 main st. I would like to be able to capitalize the Main an St. text. How's the best way, Thanks!