I'm creating a file that will only be on my local machine, for personal use. To make sure my kids don't enter data (or delete it) I want to do a simple password protection feature. I basically just want, when a button is pressed, a box to pop up with a text field that a password is entered into. If whatever is entered doesn't match up to the hardcoded password "1234" (or whatever) then it won't allow the operation to proceed. If it does, then the process continues. How on earth would I do this?
I can do message boxes, but don't know where to start with this.