|
|
Percent formatting??
Why is it when I type 10 into a text box formatted as 'Percent' it shows
1000%, and when I type 0.1 it shows 0.0%?
How do I make the text box accept 10 means 10%?
Sandy
|
|
0
|
|
|
|
Reply
|
Sandy
|
11/18/2007 8:01:26 PM |
|
Hello Sandy.
"Sandy" wrote:
> Why is it when I type 10 into a text box formatted as 'Percent'
> it shows 1000%, ...
That's by design: "per cent" means "per hundet", so 1000% = 1000/100.
> ...and when I type 0.1 it shows 0.0%?
Probably the number field in the table has fieldsize integer or long.
To accept decimal places (10% = 10/100 = 0.1), it should be single or
double.
> How do I make the text box accept 10 means 10%?
Enter 10% instead of 10, that will work.
--
Regards,
Wolfgang
|
|
0
|
|
|
|
Reply
|
Wolfgang
|
11/18/2007 8:21:44 PM
|
|
I changed the table field format to single and it now works fine and
calculates as it should.
Thank you Wolfgang
Sandy
"Wolfgang Kais" <w.kais@removethisgmxthistoo.de> wrote in message
news:%23kSneBiKIHA.5116@TK2MSFTNGP03.phx.gbl...
> Hello Sandy.
>
> "Sandy" wrote:
>> Why is it when I type 10 into a text box formatted as 'Percent'
>> it shows 1000%, ...
>
> That's by design: "per cent" means "per hundet", so 1000% = 1000/100.
>
>> ...and when I type 0.1 it shows 0.0%?
>
> Probably the number field in the table has fieldsize integer or long.
> To accept decimal places (10% = 10/100 = 0.1), it should be single or
> double.
>
>> How do I make the text box accept 10 means 10%?
>
> Enter 10% instead of 10, that will work.
>
> --
> Regards,
> Wolfgang
>
|
|
0
|
|
|
|
Reply
|
Sandy
|
11/18/2007 8:26:50 PM
|
|
Does it work right if you type it directly in the table?
"Sandy" <sandy_stephenDELETE@hotmail.com> wrote in message
news:eGa7O3hKIHA.1212@TK2MSFTNGP05.phx.gbl...
> Why is it when I type 10 into a text box formatted as 'Percent' it shows
> 1000%, and when I type 0.1 it shows 0.0%?
>
> How do I make the text box accept 10 means 10%?
>
> Sandy
>
|
|
0
|
|
|
|
Reply
|
Pete
|
11/18/2007 9:36:28 PM
|
|
No I have to type 10% in both table and form. If I type just 10 for example
it shows 1000%.
Bit of a pain really.
Sandy
"Pete D." <pduffy211@cox.net> wrote in message
news:if20j.2700$hV2.629@newsfe19.lga...
> Does it work right if you type it directly in the table?
> "Sandy" <sandy_stephenDELETE@hotmail.com> wrote in message
> news:eGa7O3hKIHA.1212@TK2MSFTNGP05.phx.gbl...
>> Why is it when I type 10 into a text box formatted as 'Percent' it shows
>> 1000%, and when I type 0.1 it shows 0.0%?
>>
>> How do I make the text box accept 10 means 10%?
>>
>> Sandy
>>
>
>
|
|
0
|
|
|
|
Reply
|
Sandy
|
11/19/2007 2:11:44 PM
|
|
Unfortunately, it's working as designed.
10% really means .1. Easiest approach would be to enter .1. Alternatively,
you could use an unbound text box, divide the value by 100 in its
AfterUpdate event and transfer it to a (hidden) text box bound to the field
in the recordsource.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Sandy" <sandy_stephenDELETE@hotmail.com> wrote in message
news:u0EMhYrKIHA.4808@TK2MSFTNGP05.phx.gbl...
> No I have to type 10% in both table and form. If I type just 10 for
> example it shows 1000%.
> Bit of a pain really.
>
> Sandy
>
> "Pete D." <pduffy211@cox.net> wrote in message
> news:if20j.2700$hV2.629@newsfe19.lga...
>> Does it work right if you type it directly in the table?
>> "Sandy" <sandy_stephenDELETE@hotmail.com> wrote in message
>> news:eGa7O3hKIHA.1212@TK2MSFTNGP05.phx.gbl...
>>> Why is it when I type 10 into a text box formatted as 'Percent' it shows
>>> 1000%, and when I type 0.1 it shows 0.0%?
>>>
>>> How do I make the text box accept 10 means 10%?
>>>
>>> Sandy
>>>
>>
>>
>
>
|
|
0
|
|
|
|
Reply
|
Douglas
|
11/19/2007 2:20:27 PM
|
|
|
5 Replies
300 Views
(page loaded in 5.653 seconds)
Similiar Articles: Percent formatting?? - microsoft.public.accessWhy is it when I type 10 into a text box formatted as 'Percent' it shows 1000%, and when I type 0.1 it shows 0.0%? How do I make the text box accept... conditional formatting of a percent - microsoft.public.access ...I would like to use Conditional formatting on a percent field that is calculated in my report. The text box field contains the formula =[TotNot]/[T... Percentage format - microsoft.public.excel.worksheet.functions ...I have this workbook that was working fine. Now every new and old cell changes everything to a percentage. Even if I make a new sheet in that work... Conditional formatting and percentages - microsoft.public.excel ...Hi I have some figures in a spreadsheet that a saved as the percentage format. If want have traffic lights colouration for these and if i wish ... Formating Percent with VB - microsoft.public.access.modulesdaovba ...Good Day, I am in need of a little assistance with the VB script below. I have a form in Access 2003 where the review score field is formatted as a percent. List Box Percentage Formatting - microsoft.public.access.forms ...Why does a percentage formatted field in my query used for the list box show up as a decimal rather than a percentage? I have the fields formatted ... Conditional Formatting of Percentages - microsoft.public.excel ...I have a spreadsheet with 12 rows (one for each month), and 3 columns: Incidents Closed, Closed on Time, and Percentage Closed on Time. The data in... Format Expression as a percent - microsoft.public.access.queries ...Can you tell me how to format this expression in a Query as a percent. LastNmPerc: ([CountOfEMP_LAST_NAME]/[CountOfID]) ... how do I change format to percentage without multiplying by 100 ...I have imported ROI data for securities to Excel. However, when the ROI comes over, it is formatted as 1.3, instead of 1.3%. When I try to change to format to %, it ... French formats for percentages - microsoft.public.excel.misc ...How does one re-format an EXCEL cell from the standard english format ("XX.X%") to the standard french format ("XX,X %")? Thanks. ... Number Formatting in Excel Spreadsheets - Percent Formatting in ExcelThe percent format in Excel spreadsheets changes numbers in cells to show a percent symbol. How to Use the Percent Sign in APA Formatting | eHow.comWhether you are writing a research paper for class or submitting an article for publication in a social science journal, you will have to follow APA style to format ... 8/1/2012 11:25:34 AM
|
|
|
|
|
|
|
|
|