A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Field Size



 
 
Thread Tools Display Modes
  #1  
Old February 24th, 2009, 05:35 AM posted to microsoft.public.access.gettingstarted
Maran
external usenet poster
 
Posts: 15
Default Field Size

Hello everyone.
\Im a new user to access. When i created a form an fill it with 12digits of
number(exemple: 841214085712), the form it self change the format to somehing
else like (8.4121408+E3). Anyone can teach me how to fix this problem.

Thank u for ur concern.
  #2  
Old February 24th, 2009, 07:10 AM posted to microsoft.public.access.gettingstarted
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Field Size

On Mon, 23 Feb 2009 21:35:01 -0800, Maran
wrote:

Hello everyone.
\Im a new user to access. When i created a form an fill it with 12digits of
number(exemple: 841214085712), the form it self change the format to somehing
else like (8.4121408+E3). Anyone can teach me how to fix this problem.

Thank u for ur concern.


Make the textbox bigger. It's going into scientific notation because there
isn't room.

THat said... if this "number" is actually an identifier, rather than something
that you'll be using for addition, division, subtraction, multiplication or
the like - use a Text field rather than any sort of number. The default Access
Number datatype, Long Integer, is limited to the range from -2147483648 to
+2147483647, so your number will overflow by a lot; if you use a Double you'll
get roundoff error and may not be able to exactly represent your number.
--

John W. Vinson [MVP]
 




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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.