I haven't yet seen a parameter for password protection on an individual control. However, you could have a string control (set for "password display") where the user types in a password which is then compared to a constant you've hidden elsewhere (text file, or a simple hidden string containing the matching password). If the 2 equal, then a True indication outputs to a Case statement allowing access to your controls. If the passwords don't match, a False results, and your Case statement could then display a dialogue, etc. This is surely just one method of many. Good Luck, Doug