[python-win32] Calling Python from Access forms

Noah Spurrier noah@sfbags.com
Wed, 13 Feb 2002 17:29:35 -0800


I have no problem creating Python apps that create COM objects to work with Access database, but
right now I have to run an external application to process the data in my Access tables.
I want to be able to call Python FROM Access and not call Access from Python.
I would like to be able to click a button on an Access form and have the Python script run.
Can Python be setup as a scripting language from within Access? Can modules contain Python code
instead of VBA? It would be cool to be able to use Python instead of VBA right inside of Access.

Yours,
Noah