This seems it should be easy, but nothing I try is working.
I have a table that gets updated via a form.
The table has a few ShortText fields that contain a default value. One of then is a six digit number.
When I then create a CSV file from this table, the field with this 'number' in it, always shows up with two decimal points!!
I can't seem to make it a text field!
(I need it to be a text field when I use this CSV file later on.)
In the table design, the field is set as ShortText.
I've tried putting the value within quotes, I've tried putting @ in the Format field.
I've tried to set the value via the form....
But every freakin' time, the CSV file shows is as an integer.
Is there something else I'm forgetting.
Thanks very much.