I am sure this problem did not happen in earlier access version which is why I am aware of it now. Is there a way round it please?
In queries, or tables I make from them which have number fields that I have calculated access now wants to display them with a huge number of decimal places or not at all.
If the column width is not wide enough to show all these decimal places what I see is ######## and I have to widen the column on screen to see what the number actually is.
What I want to happen is for the number to be viewed as far as possible.
So if the number is 22.7953808752026 I am happy to see 22.79538 if the column is only wide enough to see the first 8 characters, but instead what I see is ########.
Or I want it to display 22.8 (ideally) if column only wide enough for 4 digits - but I would even be happy if truncation to 22.7 happened, what I don't want is ####.
Obviously if the number was larger than display width to left of decimal point the ### would be only option e.g. 1234567890 could not be displayed if only enough display width for 4 digits so then #### is appropriate, but for numbers to right of decimal
point they are not critical to meaning of the number so they can be cut out of the display when there is not room.they are not critical to meaning of the number so they can be cut out of the display when there is not room.
I have not found a standard formatting method that does this for me - but even then I don't really want to go into every field and every table in every database to give a format, I just want a common sense view of as much of the number as possible if the
digits that will not be viewed are to the right of the decimal point to be the default for number display.