Robb, have you tried the GroupActivate command to cycle through the tables?

Code:
GroupAdd, Tables, ahk_class QWidget
WinGet, Number, Count, ahk_class QWidget
Loop %Number%
{
   GroupActivate, Tables
    Sleep 500
}