Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

number formating 1

Status
Not open for further replies.

needmoremoney

Technical User
Mar 30, 2005
123
US
I have a number field:

2005060801

I need to reposition this into:
06082005

Any help thanks.
 
Try:

mid(totext({table.field},0,""),5,2)+
mid(totext({table.field},0,""),7,2)+
left(totext({table.field},0,""),4)

-LB
 
Hello LB,

Thanks much. The formula worked great. You're always a helpful hand.

Thanks again..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top