D
DianePDavies
Can I make field definitions that force my data to be formatted in a special
way?
I have a table with different fields - some should be formatted with 3
decimals, some with 2 and some with none etc.
I would like data to be saved in this format, so that when I extract it as
"text" it shows up right.
I extraxt it as text because I want to "transpose" my records from long rows
of data to tall columns (for better comparison of records). To transpose I
have had to write a routine that fills data from my original data record in
to a display table where I list the field name and the values in the rows of
this display table.
When showing the values they have all kinds of decimals - and I just want
them to reflect the format I have set in the original data table.
I hope this makes sense....
way?
I have a table with different fields - some should be formatted with 3
decimals, some with 2 and some with none etc.
I would like data to be saved in this format, so that when I extract it as
"text" it shows up right.
I extraxt it as text because I want to "transpose" my records from long rows
of data to tall columns (for better comparison of records). To transpose I
have had to write a routine that fills data from my original data record in
to a display table where I list the field name and the values in the rows of
this display table.
When showing the values they have all kinds of decimals - and I just want
them to reflect the format I have set in the original data table.
I hope this makes sense....