Icehousman2
Registered User.
- Local time
- Yesterday, 19:28
- Joined
- May 12, 2004
- Messages
- 45
I have some fields that are in all uppercase, but I want them to show up on my report with only the first letter of each word in uppercase. I have heard that vbPropercase will do this, but can I use this in the expression builder of a query. I tried using StrConv([tblFieldName],vbPropercase). But this isn't working. Someone help please!