My application uses a Main form and multiple subforms for data input. Without making up entirely new forms I want to be able to use code behind a command button to open the same form in data entry mode and edit only mode. How do I get the subformsto open in the same mode as the main form. I don’t want to use the property pages due to the different roles the same form will have to take on in the application.