PC Review


Reply
Thread Tools Rate Thread

How can I change text box from number to text?

 
 
=?Utf-8?B?SmVubmE=?=
Guest
Posts: n/a
 
      28th Mar 2007
I created a database a while back and now I can't remember how I set up the
text box to be number only. I want to change it to text now because things
have changed, but I can't seem to figure out how. Also, the numbers I do
have are rounding, how can I stop the field from rounding? I changed the
decimal places to a high number and it still continues to round.

Any help would be appreciated!

Thank you,
Jenna
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      28th Mar 2007
On Tue, 27 Mar 2007 18:06:28 -0700, Jenna <(E-Mail Removed)>
wrote:

>I created a database a while back and now I can't remember how I set up the
>text box to be number only. I want to change it to text now because things
>have changed, but I can't seem to figure out how. Also, the numbers I do
>have are rounding, how can I stop the field from rounding? I changed the
>decimal places to a high number and it still continues to round.


A Textbox is a control on a Form. It's not a data repository, and it isn't a
"number" or a "text" - it's JUST A WINDOW.

The data is actually stored in a field in a Table. *That's* where you have the
problem. Open the Table in design view; select this field; and change its
datatype from Number (Long Integer, the default) to Text.

There are several different Number datatypes; the default is Long Integer,
which is by definition a whole number. If you want numbers with decimals, use
Number... Single, Number... Double, Number... Decimal (on the properties of
the field in the lower left of the table design window); or use a Currency
datatype instead of a Number datatype.

John W. Vinson [MVP]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to change scientific number to regular number or text =?Utf-8?B?Q29tcGFyZSBWYWx1ZXM=?= Microsoft Excel Misc 2 23rd Aug 2007 06:10 PM
How to change a negative number listed as text to a number? =?Utf-8?B?RXJpYw==?= Microsoft Excel Discussion 1 9th May 2007 04:25 PM
Number to Text Where the number size may change Julie Alley Microsoft Access Queries 4 28th Nov 2006 09:07 PM
Part number surrounded by quotation text qualifier imports as a number not text John Microsoft Excel Misc 1 12th Oct 2004 09:51 PM
formula/function to change a number formatted as text to being an actual number =?Utf-8?B?Sm9l?= Microsoft Excel Misc 2 16th Dec 2003 07:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:17 PM.