August 3, 200619 yr I have done a search on this topic, but can't seem to find the script. When a user selects "home" from the drop down menu, I want them to automatically be taken to the "home" layout. If they select "View all records" I want them to automatically be taken to the view all records layout. How can I do that?
August 3, 200619 yr This only works on PCs, not Macs: Make the field non-enterable, pop-up menu. It won't work with drop-down list. Attach a script to the field: GoTo Field(fieldname) Pause/Resume Script(1 sec) Commit Records[] If (fieldname= "Main Menu") Elseif(fieldname= "View") The pause will cause the menu to open and stay open until the user clicks in the menu or elsewhere. Steve
Create an account or sign in to comment