School Access project

  • Thread starter Thread starter Steph
  • Start date Start date
S

Steph

This is my problem I am trying to subtract 15% from
a 'weekly rate column" to get a "discounted weekly rate
column" I click zoom then enter discounted weekly rate:
[weekly rate]-[15%] what am I doing wrong? Remember I am
a student so this is all new to me and the way I put it in
makes total sense to me because that is what I want it to
do.
 
Steph said:
This is my problem I am trying to subtract 15% from
a 'weekly rate column" to get a "discounted weekly rate
column" I click zoom then enter discounted weekly rate:
[weekly rate]-[15%] what am I doing wrong? Remember I am
a student so this is all new to me and the way I put it in
makes total sense to me because that is what I want it to
do.

How about...
[weekly rate] * 0.85
 
Try [Weekly Rate] * 0.85 which just takes 85% of weekly
rate or [weekly rate] - [weekly rate] * 0.15 if at some
point the 15% might become variable and this makes it
easier to change.
 
You don't say if you are using a table or a query. This can only be done in
a query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Quary help 1
quary help 1
calculating Percentages 3
Formula Question 1
Query Help Please 3
Query 2
SUBTRACTING A PERCENTAGE FROM THE TOTAL 1
RE: You tried to execute a query that does not include the specified e 0

Back
Top