Hi, how can I make a copy of a table in an Access database using Python?
The VBA command would be 'DoCmd.CopyObject'. If there is no such command
for Python, then alternatively I could request Python to call a VBA
function that does that, but I don't know how to do that either.
Many thanks for yo
Thanks.
I solved this now. The first argument in CopyObject should simply be the
file path to the database being accessed.
Internet
m...@timgolden.me.uk
29/07/2009 09:23
To
Sebastian VENUS, python-win32@python.org
cc
Subject
Re: [python-win32] Copying a MS Access Table
[copying back