Format text

  • Thread starter Thread starter Guest
  • Start date Start date
If you are doing this in a query, you can't do what you are attempting.
Your string looks like an input mask.

You can use a calculated field to display the data the way you desire

Field: UpFirst: UCase(Left([YourField],1)) & Mid([YourField],2)


--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top