October 30, 200619 yr Hi, Is it possible to have a layout only show certain records and not all records? In other words, can I make a layout that automatically finds a select set of records so that I don't have to run a find every time I use that layout? Thanks, MT
October 30, 200619 yr No but you can script a button to perform the find for you and go to a specific layout.
October 31, 200619 yr Author Hi, I'm pretty new to scripts. I've been trying to figure out the script I would use, but can't. Do you have a sample script I could look at? thanks, MT
October 31, 200619 yr Enter Find Mode [] Set Field ["FieldWHATEVER", "SearchCriteria"] Perform Find [] Go to Layout ["YourLayout"]
Create an account or sign in to comment