Very cool, Bruce. But I kept getting an AppleScript error until I modified the script.
Error encountered:
System Events got an error: Can't get list 2 of UI element 1 of scroll area 1 of "WVClicker" of application process "FileMaker Pro". Invalid index.
Fix for script:
tell application "System Events"
tell application process "FileMaker Pro Advanced"
set linkref to a reference to scroll area 1 of window wName
set linkref to a reference to UI element theLink of UI element 1 of linkref
perform action "AXPress" of linkref
end tell
end tell
Lee.