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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Field Name - Data Type - Percentage



 
 
Thread Tools Display Modes
  #1  
Old September 23rd, 2008, 03:01 PM posted to microsoft.public.access.tablesdbdesign
Help Visio![_2_]
external usenet poster
 
Posts: 6
Default Field Name - Data Type - Percentage

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...
  #2  
Old September 23rd, 2008, 03:21 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default Field Name - Data Type - Percentage

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #3  
Old September 23rd, 2008, 03:29 PM posted to microsoft.public.access.tablesdbdesign
Help Visio![_2_]
external usenet poster
 
Posts: 6
Default Field Name - Data Type - Percentage

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #4  
Old September 23rd, 2008, 04:04 PM posted to microsoft.public.access.tablesdbdesign
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Field Name - Data Type - Percentage

As Fred said, percentage is an expression of two numbers - the part of one
compared to the whole of the other and therefore is a decimal fraction.

If you want to express 5% then numerically it is 5 one hundredths of one or
..05 but displayed as 5%.

--
KARL DEWEY
Build a little - Test a little


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #5  
Old September 23rd, 2008, 04:10 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default Field Name - Data Type - Percentage

If you will excuse me for being very direct in the hopes of being helpful:

A percentage is what it is, the result of of a mathematical calculation that
is performed on two numbers. And so what you are asking for is
fundamentally flawed and thus impossible.


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #6  
Old September 23rd, 2008, 04:30 PM posted to microsoft.public.access.tablesdbdesign
Help Visio![_2_]
external usenet poster
 
Posts: 6
Default Field Name - Data Type - Percentage

Ok. Then how do I build an expression in a field to calculate the percentage
difference between 2 fields directly in the table, i.e. a salary percentage
increase or do I have to do it as a query?

"Fred" wrote:

If you will excuse me for being very direct in the hopes of being helpful:

A percentage is what it is, the result of of a mathematical calculation that
is performed on two numbers. And so what you are asking for is
fundamentally flawed and thus impossible.


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #7  
Old September 23rd, 2008, 04:38 PM posted to microsoft.public.access.tablesdbdesign
Help Visio![_2_]
external usenet poster
 
Posts: 6
Default Field Name - Data Type - Percentage

Actually I did try this, but it came out as 0.00%.. have since changed the
field size, format, precision, scale and decimal places and it shows
correctly..

Thanks.

"KARL DEWEY" wrote:

As Fred said, percentage is an expression of two numbers - the part of one
compared to the whole of the other and therefore is a decimal fraction.

If you want to express 5% then numerically it is 5 one hundredths of one or
.05 but displayed as 5%.

--
KARL DEWEY
Build a little - Test a little


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #8  
Old September 23rd, 2008, 10:53 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default Field Name - Data Type - Percentage

You'll need to use a query, form or report.

You could use an update query to actually load the result into a third
field, although for 99% of uses your should just calculated and view it at
the time you need it so that it is always updated.

Again "percentage" can mean a few differetn things, and is defined by the
additional words that go with it. In your last post you provided us with
thos words which is percentage increase.
If you are looking for the percentage increase of field/number "B" or
field/number "A" the expression / equation would be = (B/A-1) * 100

Sincerely,

Fred



"Help Visio!" wrote:

Ok. Then how do I build an expression in a field to calculate the percentage
difference between 2 fields directly in the table, i.e. a salary percentage
increase or do I have to do it as a query?

"Fred" wrote:

If you will excuse me for being very direct in the hopes of being helpful:

A percentage is what it is, the result of of a mathematical calculation that
is performed on two numbers. And so what you are asking for is
fundamentally flawed and thus impossible.


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #9  
Old September 24th, 2008, 01:16 PM posted to microsoft.public.access.tablesdbdesign
AR
external usenet poster
 
Posts: 52
Default Field Name - Data Type - Percentage

Ok. Thanks. You have been very helpful!

"Fred" wrote:

You'll need to use a query, form or report.

You could use an update query to actually load the result into a third
field, although for 99% of uses your should just calculated and view it at
the time you need it so that it is always updated.

Again "percentage" can mean a few differetn things, and is defined by the
additional words that go with it. In your last post you provided us with
thos words which is percentage increase.
If you are looking for the percentage increase of field/number "B" or
field/number "A" the expression / equation would be = (B/A-1) * 100

Sincerely,

Fred



"Help Visio!" wrote:

Ok. Then how do I build an expression in a field to calculate the percentage
difference between 2 fields directly in the table, i.e. a salary percentage
increase or do I have to do it as a query?

"Fred" wrote:

If you will excuse me for being very direct in the hopes of being helpful:

A percentage is what it is, the result of of a mathematical calculation that
is performed on two numbers. And so what you are asking for is
fundamentally flawed and thus impossible.


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

  #10  
Old November 17th, 2008, 04:58 PM posted to microsoft.public.access.tablesdbdesign
bgriller
external usenet poster
 
Posts: 1
Default Field Name - Data Type - Percentage

What were your settings to get the field to show correctly? for a grade book
I want to enter in 99% (data entered as 0.99 into the field) as the grade and
created a percent field, yet like you said below it comes out as 0.00% for
any grade I enter.

"Help Visio!" wrote:

Actually I did try this, but it came out as 0.00%.. have since changed the
field size, format, precision, scale and decimal places and it shows
correctly..

Thanks.

"KARL DEWEY" wrote:

As Fred said, percentage is an expression of two numbers - the part of one
compared to the whole of the other and therefore is a decimal fraction.

If you want to express 5% then numerically it is 5 one hundredths of one or
.05 but displayed as 5%.

--
KARL DEWEY
Build a little - Test a little


"Help Visio!" wrote:

Actually, what I am looking for is just an input as a value, not as a
calculation - but expressed as a percentage in the data table

"Fred" wrote:

"Percentage" needs clarification, but in every case it is the result of a
calculation upon two numbers. For example, with number "A" stored in
field1, and Number "B" in field2. Percentage could be clarified as "what
percent is "b" of "a" in which case you would perform the calculation
(B/A)*100 in a query, report or form.


"Help Visio!" wrote:

How do I set up a field as datatype percentage? I.e. to enter percentage
increases. I have tried to set it up as "Number" format "percentage" with 1
decimal place, but the number 5 (%) comes out as 500.0%???...

 




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 01:18 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.