dbTalk Databases Forums  

Field display as ###### in A2010

comp.databases.ms-access comp.databases.ms-access


Discuss Field display as ###### in A2010 in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
paii, Ron
 
Posts: n/a

Default Field display as ###### in A2010 - 09-21-2010 , 01:50 PM






In A97 if the data for a numeric or date field was wider the space provided
on the form or report, it displayed the data that fit. In A2010 it displays
######. Does anyone know a setting to revert to the A97 output?

Reply With Quote
  #2  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Field display as ###### in A2010 - 09-21-2010 , 04:36 PM






?"paii, Ron" wrote in message
news:i7auph$p94$1 (AT) news (DOT) eternal-september.org...

In A97 if the data for a numeric or date field was wider the space provided
on the form or report, it displayed the data that fit. In A2010 it displays
######. Does anyone know a setting to revert to the A97 output?

---

That's interesting, access 97 is now 6 versions ago (inclusive) ? I'm not
sure when they changed this behavior, but when you're dealing with things
like amounts owing to a customer, bill payments, or amounts for patient
dosages etc, not knowing the number your reading is being truncated can
often have very serious ramifications in both practice and in a legal sense.

You'll notice that even when a column is sized narrow, when the number can
display you don't see ###, but ONLY for Those numbers that don't fit in the
given size .

You can certainly build a query, and convert that column to as string, and
it does not exhibit that behavior for strings. So in the query builder you
can type something like the following in :

VID:str([ID])

That number column will not be editable if you do the above. Can't say
this issue come up much here often and most as a general rule suggest one
avoid editing data in a direct table view anyway. However, I can confirm
this change, and I don't know when this change occurred.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kallal (AT) msn (DOT) com

Reply With Quote
  #3  
Old   
Phil
 
Posts: n/a

Default Re: Field display as ###### in A2010 - 09-22-2010 , 02:11 AM



On 21/09/2010 22:36:54, "Albert D. Kallal" wrote:
Quote:
?"paii, Ron" wrote in message
news:i7auph$p94$1 (AT) news (DOT) eternal-september.org...

In A97 if the data for a numeric or date field was wider the space
provided on the form or report, it displayed the data that fit. In A2010
it displays ######. Does anyone know a setting to revert to the A97
output?

---

That's interesting, access 97 is now 6 versions ago (inclusive) ? I'm not
sure when they changed this behavior, but when you're dealing with things
like amounts owing to a customer, bill payments, or amounts for patient
dosages etc, not knowing the number your reading is being truncated can
often have very serious ramifications in both practice and in a legal
sense.

You'll notice that even when a column is sized narrow, when the number can
display you don't see ###, but ONLY for Those numbers that don't fit in
the given size .

You can certainly build a query, and convert that column to as string, and
it does not exhibit that behavior for strings. So in the query builder you
can type something like the following in :

VID:str([ID])

That number column will not be editable if you do the above. Can't say
this issue come up much here often and most as a general rule suggest one
avoid editing data in a direct table view anyway. However, I can confirm
this change, and I don't know when this change occurred.

Have a look at
File ->Current Database -> Application Options -> Check for truncated number
fields. No idea what it does, but it looks possible

Phil

Reply With Quote
  #4  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Field display as ###### in A2010 - 09-22-2010 , 02:23 AM



?"Phil" wrote in message
news:YdGdnQCVNaGtMQTRnZ2dnUVZ8vCdnZ2d (AT) brightview (DOT) co.uk...

Have a look at
File ->Current Database -> Application Options -> Check for truncated number
fields. No idea what it does, but it looks possible

Phil

============

That indeed turns this feature off.

Thank you kindly for jumping in and sharing this. I was not aware of this
issue, and you helped the original poster, and I also learned something new
here also.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kallal (AT) msn (DOT) com

Reply With Quote
  #5  
Old   
paii, Ron
 
Posts: n/a

Default Re: Field display as ###### in A2010 - 09-22-2010 , 07:10 AM



"Phil" <phil (AT) stantonfamily (DOT) co.uk> wrote

Quote:
On 21/09/2010 22:36:54, "Albert D. Kallal" wrote:
?"paii, Ron" wrote in message
news:i7auph$p94$1 (AT) news (DOT) eternal-september.org...

In A97 if the data for a numeric or date field was wider the space
provided on the form or report, it displayed the data that fit. In A2010
it displays ######. Does anyone know a setting to revert to the A97
output?

---

That's interesting, access 97 is now 6 versions ago (inclusive) ? I'm
not
sure when they changed this behavior, but when you're dealing with
things
like amounts owing to a customer, bill payments, or amounts for patient
dosages etc, not knowing the number your reading is being truncated can
often have very serious ramifications in both practice and in a legal
sense.

You'll notice that even when a column is sized narrow, when the number
can
display you don't see ###, but ONLY for Those numbers that don't fit in
the given size .

You can certainly build a query, and convert that column to as string,
and
it does not exhibit that behavior for strings. So in the query builder
you
can type something like the following in :

VID:str([ID])

That number column will not be editable if you do the above. Can't say
this issue come up much here often and most as a general rule suggest
one
avoid editing data in a direct table view anyway. However, I can confirm
this change, and I don't know when this change occurred.


Have a look at
File ->Current Database -> Application Options -> Check for truncated
number
fields. No idea what it does, but it looks possible

Phil
Thank you Phil, that worked perfect.

Reply With Quote
  #6  
Old   
Tony Toews
 
Posts: n/a

Default Re: Field display as ###### in A2010 - 09-22-2010 , 03:03 PM



On Wed, 22 Sep 2010 08:11:45 +0100, "Phil" <phil (AT) stantonfamily (DOT) co.uk>
wrote:

Quote:
Have a look at
File ->Current Database -> Application Options -> Check for truncated number
fields. No idea what it does, but it looks possible
Thanks, I never noticed that before. Hey, that's two things new this
last week about Access I learned.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.