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