Implements keyword ?
Hi,
I'm trying to use the Implements keyword from within an object class module (form).
Here's the testing context.
Access 2000 mdb file.
1 class module called clsTemplate
1 Property Get called SayHello, that returns "Hello World"
1 form having an object class module
syntax:
Implements clsTemplate
Same Property Get implemented at the form level, same name same code.
I'm getting an error as if I had forgotten to implement this (one and only) property.
Any idea?
Thanks
Charles
|