in reply to Re: Use forms in MSAccess
in thread Use forms in MSAccess

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?

Replies are listed 'Best First'.
Re^3: Use forms in MSAccess
by marto (Cardinal) on Jun 16, 2014 at 11:25 UTC

    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.

      my @windows = FindWindowLike(0, "^Microsoft Excel", "^XLMAIN\$");
      how should I mention access instead of excel?(this piece of code is from the synopsis of the website you mentioned)

        Rather than make a guess you could read the documentation for this method. Read the documentation, read the tutorial which teaches you how to use this, read Win32::GuiTest::Examples (note spy--.pl & spy.pl).