Morning
Can anyone help me, I would like to make certain fields on my forms have the first letter of each word as upper case. U have used
Me.TextBox = StrConv(Me.TextBox,vbProperCase)
and it is working really well. However, rather than list all the controls that I would like to use this on, is there a way this will work with an array / For Each / Loop or something?
I am struggling with how to get the syntax correct if it is possible??
Thanks
Can anyone help me, I would like to make certain fields on my forms have the first letter of each word as upper case. U have used
Me.TextBox = StrConv(Me.TextBox,vbProperCase)
and it is working really well. However, rather than list all the controls that I would like to use this on, is there a way this will work with an array / For Each / Loop or something?
I am struggling with how to get the syntax correct if it is possible??

Thanks