i am writing a report which currently hold 2500 records in a table, i currently have a previous invoice total and a current week invoice total i want to print the report via an event procedure so that if the previous invoice total is greater that 3 times the current invoice total then the report will only print records i have tried this but it doesn't seem to work --- If [Prev Tot] > 0 And [Inv Amnt]* 4 > [Prev Tot] Then print
please help i amd desperate to finish this
thanks in advance
please help i amd desperate to finish this
thanks in advance