M
mcarter
I'm not using SQL code, but the graphical representation in ACCESS.
I made a tmake table query to make a table of average inquiry counts.
(format 0.xxxxx)
and when I looked at the table, all the values are 0 and the
field size is decimal with scale 0. I need the field to keep the formatting
from the make table query so the values remain 0.xxxxxx instead of 0's.
I know that you can alter with SQL, but how can I do it with the graphical
representation. I tried to set the properties in the field before I make
the table,
but all the values are "rounded" to nearest whole number. so instead of
getting actual average values, I get a table full of 0's instead.
thanks
I made a tmake table query to make a table of average inquiry counts.
(format 0.xxxxx)
and when I looked at the table, all the values are 0 and the
field size is decimal with scale 0. I need the field to keep the formatting
from the make table query so the values remain 0.xxxxxx instead of 0's.
I know that you can alter with SQL, but how can I do it with the graphical
representation. I tried to set the properties in the field before I make
the table,
but all the values are "rounded" to nearest whole number. so instead of
getting actual average values, I get a table full of 0's instead.
thanks