programerv has asked for the wisdom of the Perl Monks concerning the following question:

hi, I am suppose to create a ".xls" file by clicking the export button in the form(MSAccess Form) present in MSAccess. I was wondering if there is any way to click the button in the form and change the value in the drop-down of the form using Perl.

Replies are listed 'Best First'.
Re: Use forms in MSAccess
by marto (Cardinal) on Jun 16, 2014 at 11:07 UTC
      http://search.cpan.org/~karasik/Win32-GuiTest-1.60/lib/Win32/GuiTest.pm
      The above link is for GUI Test can I use the samefor executing the form?

        This is just the link I provided. This is the documentation for a module. I'm suggesting you could use it to try to automate MS Access.