October 20, 200421 yr I have created a database in FileMaker Pro 7 with 3 layouts. So far, I have 2 levels of protection: a
October 20, 200421 yr You'll need two separate layouts. You could, of course, script the buttons so that they behave differently for the two classes of user.
October 20, 200421 yr Or use the visibility technique. Create an unstored calculation field of Case( Get(AccountName) = "Admin"; serial ). Create a relationship from this calculation to the serial field. Put a one row portal on your layout using this relationship, and place your Admin-only button within it. Use one portal for each button or put them all inside one, depending on your layout setup.
October 21, 200421 yr Author Thanks to you both! I used transpower's suggestion - I created two layouts, each with the required amount of buttons and then used the Accounts and Privileges options to create Guest and Admin access to other layouts - as I wanted! Frank Bugeja
Create an account or sign in to comment