
Exposing public functions without exposing everything
I want to expose an API in my Access 2000 database to
another Access 2000 database. I implemented the API as
public functions in a standard module. Then in the second
database I establish a reference to the first database.
The problem is that I just want the second database to see
the interface, not the implementation. The second
database can see the implementation of all public modules,
and the class modules behind all the forms in the first
database. I can't find any documentation on how to hide
the implementation. Does anybody know how to do this?
Please email me.
Thanks,
David Orenstein
EnergyLine Systems