report calculation

toddsavage100

New member
Local time
Yesterday, 21:08
Joined
Mar 25, 2007
Messages
2
ok i got this calcualtion in my report
=[NumberofscriptsMarked]*[paymentformarking]
and i want to add £95 to it but £95 is not a field in my tables so how can i add £95 to that calcualtion in my report thanks
 
Use:
Code:
=([NumberofscriptsMarked]*[paymentformarking])+95
 

Users who are viewing this thread

Back
Top Bottom