January 25, 200619 yr How can I password protect the "payment details" tab on the attached file so none of my staff can access this information unless I give them access. Is it possible to either click on the tab then you need to enter the password or is there another way? Hope someone can help. Thanks Martin Password_protect.pdf
January 25, 200619 yr ... sigh... generate a specific payments account... im assuming you dont have a normal accounts system worked out... so... Just generate the following account Account Name = whatever Account Pass = Whatever Privelege Set = "Payments" Then attach something akin to the following script to your payments tab... Re-Login If [Get(PrivelegeSetName) = "Payments"] Goto Layout [Payments Layout] Else Show Custom Dialogue ["Unauthorized"; "The account you entered is invalid."] End If
Create an account or sign in to comment