If users access your form through a switchboard using a button, you could make that button invisible by setting the visible property of the button to "No". Then (assuming you have MSAccess security in place) based on your username, you could make that button available only to you by setting it's visible property to "Yes" during the OnOpen event procedure of the switchboard.