I want to show a control on a report increased with 5 %. Which is the correct way ? I have written in the OnFormat event the following expression :
Me!dummy = Me!EndPrice + Me!EndPrice * 5 / 100
I get a false figure,even though i format the control to a percentage
Me!dummy = Me!EndPrice + Me!EndPrice * 5 / 100
I get a false figure,even though i format the control to a percentage