PDA

View Full Version : Solved: Report Question



jauner
11-29-2005, 09:41 AM
I am trying to consolidate some reports that I have written.

What I would like to do is have a vb function determine a number value based on some criteria. I can write that no problem. My question is if I use that function on the control source on that report how do I do a report total on it?

geekgirlau
11-29-2005, 02:57 PM
You can set the control source as "=MyFunction(AnyParameters)" - this is probably the simplest way.

jauner
11-30-2005, 06:54 AM
Ok that will work well.