Apr 4, 2011 #1 dannyb29 Technical User Nov 10, 2010 90 GB Hi All, Is there a formula i can use to change the format of a product code (number) Example From: 2,100.00 To: 2100 For some reason who ever created the database did not do this from the out set. Many Thanks
Hi All, Is there a formula i can use to change the format of a product code (number) Example From: 2,100.00 To: 2100 For some reason who ever created the database did not do this from the out set. Many Thanks
Apr 4, 2011 #2 lbass Technical User Feb 9, 2002 32,816 US Right click on the field->format field->number and select the desired format. Or, if you are using the field in a formula, you can convert it to a string and change the format like this: totext({table.productcode},0,"") -LB Upvote 0 Downvote
Right click on the field->format field->number and select the desired format. Or, if you are using the field in a formula, you can convert it to a string and change the format like this: totext({table.productcode},0,"") -LB
Apr 4, 2011 Thread starter #3 dannyb29 Technical User Nov 10, 2010 90 GB Thank you, LB. The formula works fantastically! Upvote 0 Downvote