I'm not a very advanced Crystal user, so bear with me. Is there a way to pass a parameter to a formula that way you can pass parameters to Access modules? I'm not talking about parameter fields, but calling one formula from another
where I want to pass a different thing each time to the 2nd formula. For example:
//formula Fruitcolor
If ??? = "Apple"
Then "red"
Else "someotherColor"
//formula getFruitColor
//somehow call Fruitcolor passing it "Orange" and get back "someotherColor"
Is this possible? What is the syntax for this kind of thing?
TIA [sig][/sig]
where I want to pass a different thing each time to the 2nd formula. For example:
//formula Fruitcolor
If ??? = "Apple"
Then "red"
Else "someotherColor"
//formula getFruitColor
//somehow call Fruitcolor passing it "Orange" and get back "someotherColor"
Is this possible? What is the syntax for this kind of thing?
TIA [sig][/sig]