I have a form (frmSysProb) tied to a table (tblSysProb). This table has the field cboEmp tied to table tblEmp for employees assigned to each system problem. I am setting up this form to open in Read-Only mode with a command button to change to Edit mode. (All is well there.) Ultimately, what I would like to see in the Read Only mode is my cboEmp data showing as a text field but when changed to Edit mode, I want the combo box back. What code would I put behind my command button to execute this?
Thanks!!!
Thanks!!!