June 18, 200124 yr I have 6 different groups using 7 different databases. Each group has a unique layout for data entry in each of the 7 DB's. I could write a button small script to go to each layout, but that would be 42 scripts, and seems kinda clunky . Is it possible to write a more advanced script that cycles through a set of if/thens, that check what the current layout is when the script is activated? For instance, if in "Transgenosis Group Layout for AAT data" then open/goto "Transgenosis AAT data entry layout"? Does this sound like a good plan?
June 18, 200124 yr Sure! There's a status function called Status( CurrentLayoutName ) which returns the name of the layout you are on when the function is called. If [ Status( CurrentLayoutName ) = "Transgenosis Group" ]
Create an account or sign in to comment