Hello all
Question
How do I add a percentage to a field and show me another increase in field
Example
If the price was increased to 70 and 30%
70 × 30
------------- = 21
100
70 +21 = 91
Hello all
Question
How do I add a percentage to a field and show me another increase in field
Example
If the price was increased to 70 and 30%
70 × 30
------------- = 21
100
70 +21 = 91
x + (x * 30 / 100)
or
x * (1 + 30/100)
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Don't understand the question.
If the percentage varies, what field has the percentage value?
Why are wages less than $1.00?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Yes, less than one dollar
It cents
My question was
Is it possible to control the value of%
I mean
There are goods that we take 30%
The Other 20%
The Other 50%
Yes, you can. Is there a table of goods with a field for the percentage? Include that table in the query and link on the PK/FK fields for the goods ID. Just another data relationship.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Good morning
Thank you, teachers
Where can I get these database example![]()
Is it possible to get an example