Paul Cooke
Registered User.
- Local time
- Today, 10:57
- Joined
- Oct 12, 2001
- Messages
- 288
Hi Guys could someone advise me if it is possible to string convert certain fields in a form when the field loses the focus?
I know how to do it for induvidual fields but wondered if it was possible to have 1 bit of code that will pickup the text fields on a whole form for example and exclude memo fields?
At the moment each relevant field has the follwoing event procedure in the lost focus box
Hope this makes sense !
Many thanks for any adivce offered
Paul
I know how to do it for induvidual fields but wondered if it was possible to have 1 bit of code that will pickup the text fields on a whole form for example and exclude memo fields?
At the moment each relevant field has the follwoing event procedure in the lost focus box
Code:
MYFIELDNAME.Value = StrConv (MYFIELDNAME, vbProperCase)
Hope this makes sense !
Many thanks for any adivce offered
Paul