Or looking at How to create a user defined function - #7 by hjek perhaps I do not need a User defined Function?
Here is the problem I am trying to solve. I have a table with columns Delivery_Days (character) and Total (integer). I can accumulate Total in the header of a report with Function/Total/Accumulation/Specified Route.
How would I accumulate Total only for those rows in which Delivery_Days did not equal ‘MWF’?
As you can probably tell I am very inexperienced with databases but I have years of programming background including Visual Basic. I would be very comfortable writing a macro if you got me pointed in the right direction.
I have read over Chapter 6 Reports - User Defined Functions but it is not “clicking” for me.