Hello,
I've got a simple script to get the file path of folders and enter it into a clickable field.
set folderChoice to (choose folder) as string
set cell "location" of current record of layout "Main" to folderChoice
It runs great the first time I use it, when I use it again....I receive the following error...
Data is being accessed by another user, script, or transaction.(Error -10011)
Any help would be appreciated.
Thanks!