M
MuzicK622
We just converted to Office 2007, but my database is 2003 so that
could be my issue. (I don't have the time to convert the db to 2007
and do any clean up at this time.) Here is my problem:
I have a field called "Percent Discount" with a field size set to
Single and no decimal places. On the form, the user types in 10% into
the field (2007 automatically shows the % sign). The next field is an
expression =[Amount]-[Dollar Discount]-[Percent Discount] (The usercan
give a dollar discount or a percent discount depending on theirneeds).
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?
I did try the following under "afterUpdate" but it displays on the
form as 1000% rather than 10% on the form. That scenario at least gets
me the right total, but I'd like to not scare my users!
could be my issue. (I don't have the time to convert the db to 2007
and do any clean up at this time.) Here is my problem:
I have a field called "Percent Discount" with a field size set to
Single and no decimal places. On the form, the user types in 10% into
the field (2007 automatically shows the % sign). The next field is an
expression =[Amount]-[Dollar Discount]-[Percent Discount] (The usercan
give a dollar discount or a percent discount depending on theirneeds).
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?
I did try the following under "afterUpdate" but it displays on the
form as 1000% rather than 10% on the form. That scenario at least gets
me the right total, but I'd like to not scare my users!