December 10, 201312 yr Newbies Morning, 1) I am trying to create a custom keyboard shortcut ("command+1") so I can find a specific field ("lastname") in the current record and replace it with specific text ("YES"). I am using FMP 11 Pro. I am having difficulty getting it right with the custom menu. Thank you, Adam
December 10, 201312 yr The first 10 scripts in the Scripts menu are automatically assigned command-1 thru command-0. Create a script: Set Field[lastname; "YES"] and move it to the first position in the list using the Manage Scripts dialog.
Create an account or sign in to comment