SteveCulshaw
Programmer
Is it possible to use class methods in queries and reports??
e.g. I have an address field which needs some processing before use as it comes from a Unix based Oracle database.
I have a function Reformat to do this, but I've got bitten by idea of classes, so I tried a 'TextConversion' class, with .OriginalText and .ReformatText. It works in VBA code, but I can't get at the .ReformatText in queries or reports?
Thanks,
Steve C. [sig][/sig]
e.g. I have an address field which needs some processing before use as it comes from a Unix based Oracle database.
I have a function Reformat to do this, but I've got bitten by idea of classes, so I tried a 'TextConversion' class, with .OriginalText and .ReformatText. It works in VBA code, but I can't get at the .ReformatText in queries or reports?
Thanks,
Steve C. [sig][/sig]