Percent issues in 2007

M

MuzicK622

We just converted to Office 2007, so that could be my issue. Here is
my problem:

I have a field called "Percent Discount" with a field size set to
Single and no decimal places. On theform, the user types in 10% into
the field (2007 automatically enters the % sign). The next field is an
expression =[Amount]-[Dollar Discount]-[Percent Discount] (The user
can give a dollar discount or a percent discount depending on their
needs). It is only subtracting 1% rather than 10%. How do I get it to
both show 10% for the user and subtract the 10% from the amount?
 
M

MuzicK622

We just converted to Office 2007, so that could be my issue. Here is
my problem:

I have a field called "Percent Discount" with a field size set to
Single and no decimal places. On theform, the user types in 10% into
the field (2007 automatically enters the % sign). The next field is an
expression =[Amount]-[Dollar Discount]-[Percent Discount] (The user
can give a dollar discount or a percent discount depending on their
needs). It is only subtracting 1% rather than 10%. How do I get it to
both show 10% for the user and subtract the 10% from the amount?

Sorry, it's subtracting .10 percent now. (I right-clicked and selected
Equal to 10% from the menu)
 
E

Evi

Would it be easier if you let the user type in eg 10 rather than 10% and
have the expression divide that entry by 100 to make 10% ?
Evi

We just converted to Office 2007, so that could be my issue. Here is
my problem:

I have a field called "Percent Discount" with a field size set to
Single and no decimal places. On theform, the user types in 10% into
the field (2007 automatically enters the % sign). The next field is an
expression =[Amount]-[Dollar Discount]-[Percent Discount] (The user
can give a dollar discount or a percent discount depending on their
needs). It is only subtracting 1% rather than 10%. How do I get it to
both show 10% for the user and subtract the 10% from the amount?

Sorry, it's subtracting .10 percent now. (I right-clicked and selected
Equal to 10% from the menu)
 

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

2007 Percent field Issues 8
percent and dollar formula don't mix 2
fomatting prices 2
Format a Percent 4
Decimals Places Rounding 2
Format a percent 7
Formatting a percent field 1
Format a percent field 1

Top