wsh objects available?

D

djc

I noticed in the access vba help file today that the
'scripting.FileSystemObject' was available to use in access. That makes me
very happy. Are other wsh objects available? like wscript.shell? Any network
objects?

let me know if you know.
thanks.
 
D

Dan Artuso

Hi,
With any code module open, you can go to:
Tootls->References
and set a reference to anything you like.
Access can use com objects.
 
D

djc

cool. Do you know of a way to (a particular com object perhaps) be able to
program network aware apps in access? tcp/ip communications?
 
Top