Noah Spurrier wrote:

> Do I need to do something with ActiveX Scripting  or WSH? From what I could figure 
>out
> only IE and IIS support ActiveX Scripting. I don't know much about WSH, but it 
>seemed relevant :-)

I don't know specifically about Access, but I'd think that it'd be able to use ActiveX 
scripting.
Python can definately be used as a WSH language, though--I believe that that uses the 
ActiveX
scripting interface too.  Simply define your scripts with <xxx language='Python'> and 
you should be
fine.

You can also use Python to create a COM server, and then have a minimal VB stub in 
Access that simply
instantiates your COM server and hands control to it.

Jeff Shannon
Technician/Programmer
Credit International


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to