I want a form to default open in read only mode to avoid users deleting info. I want them to be able to edit the form by pressing a button. Does anyone know the VB code to run from a command button to do this.
You can control what the user can to do to the data in a form by using the following commands in the forms OnCurrent event [and/or with the click of a command button]. Search around for there are posted examples on how to check who the user is and set their rights based on who the user is or by which workgroup they are logged in as.