I have a field set up as a number. The number is an integer, 9 characters in length. I don't want any commas. I have tried setting the various formats for this field but whenever I enter a number, designer adds the commas as I exit the field. Is there a simple solution to eliminate the commas, or prevent them in the first place?
In a text field you can not use num{999999999} you have to use text{999999999} otherwise you will get an incompatable type error. And how did you get rid of the commas? I still get commas eventhough I use num{999999999} in a numeric field.