School Access project

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.
 
R

Rick Brandt

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
 
J

James

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.
 
R

Roger Carlson

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


Top