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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with Formula Field

Status
Not open for further replies.

luvinni

MIS
Jun 27, 2005
2
US
I'm creating a string that will have the account number and the account description, in the formula field - for example(ToText(accountnum+" "+Trim(acctdesc) However, the account number returns the number with a comma. Can any tell me the syntax of how to get rid of the comma?
 
totext({table.acctnumber},2,"") +" "+ trim({table.Acctdesc})

Substitute the number of decimals you want to show for "2".

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top