December 22, 20178 yr I have a template database that when you click on a summary record it goes to the main record view. However, if I create a new record it will switch layouts but not have set cursor in the first field, so I have to do that manually before typing which is annoying. I'm guessing I need a layout/window triggered script(?) that will work with command-n or when it switches from summary layout and what is the insert cursor in the field script step?
December 22, 20178 yr Hi, Use below script step on layout enter script trigger: Go to Field [ YourTable::YourField ] [ Select/perform ]
December 22, 20178 yr Author That worked - thanks. I found the script to insert it into so my question is solved.
Create an account or sign in to comment