M
Michelle
I used the format function to convert text to percentages, because I didn't
get any options in the properties drop-down formatting box in the design view
of my query.
I used the format function in a subquery, then I created another query which
pulled those percentages and I was able to select "4 decimal places" from the
drop-down properties box in this query.
I've created another query that pulls from the second query. I'm using the
IIf function in this one. I did that because the some loans only have one
payment through their lives and others have as many as four payment changes.
If a loan only has one payment during its life, I want the second, third,
fourth, and fifth interest rate fields to say "NONE". If it has more than one
payment, I want it to pull in the percentages for the new payments from my
other query.
My problem is that, once I put in the IIf function, my percentages pull in
like they're supposed to, but they now only have two decimal places and I'm
not able to change the formatting to get my four decimal places back.
Sorry for the long post. Can anyone help me?
Thanks,
Michelle
get any options in the properties drop-down formatting box in the design view
of my query.
I used the format function in a subquery, then I created another query which
pulled those percentages and I was able to select "4 decimal places" from the
drop-down properties box in this query.
I've created another query that pulls from the second query. I'm using the
IIf function in this one. I did that because the some loans only have one
payment through their lives and others have as many as four payment changes.
If a loan only has one payment during its life, I want the second, third,
fourth, and fifth interest rate fields to say "NONE". If it has more than one
payment, I want it to pull in the percentages for the new payments from my
other query.
My problem is that, once I put in the IIf function, my percentages pull in
like they're supposed to, but they now only have two decimal places and I'm
not able to change the formatting to get my four decimal places back.
Sorry for the long post. Can anyone help me?
Thanks,
Michelle