Sohaila Taravati
Registered User.
- Local time
- Today, 06:30
- Joined
- Oct 24, 2001
- Messages
- 266
Hi everybody,
I have about 28 fields that I have on a report. These fields are dollar amounts that the user puts in. On my report I want to show only 95% of the amount they input not the 100%. for example if the user puts in $405, in my report I want it to show $384.75 which is 95% of $405.
I know how to do this in a formula in the textbox or in the query, but is there a simpler way of just doing it once? I don't want to hard code it in the report. I was hoping if I can put something in the event procedure of the report or maybe put a flag or something in the table, incase, the 95% changes to another number. Because if they change this 95% to 80%, then I have to do this all over again for eacha of these reports. I hope I am making sense. Thank you in advace
I have about 28 fields that I have on a report. These fields are dollar amounts that the user puts in. On my report I want to show only 95% of the amount they input not the 100%. for example if the user puts in $405, in my report I want it to show $384.75 which is 95% of $405.
I know how to do this in a formula in the textbox or in the query, but is there a simpler way of just doing it once? I don't want to hard code it in the report. I was hoping if I can put something in the event procedure of the report or maybe put a flag or something in the table, incase, the 95% changes to another number. Because if they change this 95% to 80%, then I have to do this all over again for eacha of these reports. I hope I am making sense. Thank you in advace