D
David Mc
With every text box and memo box i have to use code
similar to the following, is there an easier way (i have
about twenty objects on each screen!)
Private Sub txtAddress_1_AfterUpdate()
Me!txtAddress_1 = StrConv(Me!txtAddress_1,
vbProperCase)
End Sub
Thanks
David
similar to the following, is there an easier way (i have
about twenty objects on each screen!)
Private Sub txtAddress_1_AfterUpdate()
Me!txtAddress_1 = StrConv(Me!txtAddress_1,
vbProperCase)
End Sub
Thanks
David