This question has to do with automating Access.  I simply want to run my own
function in Access and pass it parameters.

Let's say I have written a public function called foo() in a module in my
Access database.  Foo() takes a couple of arguments, param1 and param2, the
first a string, the second an int.  I want to write a Perl script that runs
this function in my Access database and passes it values for these
parameters.  What would that look like?

It's not clear to me from reading the Win32::OLE documentation at CPAN how
to do this.  If this is not possible with Win32::OLE, can you tell me how I
might accomplish this?

Thanks,
John
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to