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

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.

Replies are listed 'Best First'.
Re^4: Use forms in MSAccess
by programerv (Initiate) on Jun 16, 2014 at 11:29 UTC
    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).