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

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)

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

    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).