I'm having a problem with a form with multiple subforms.
I have a main navigation form (frmHome) which has a tabbed control (tabCtl1). within the tabbed control is another form. (frmProjMan) this is a continuous form to display all projects. Control source is tblProjMan
When a record is selected it opens a popup form (frmProjDetails) to filter the selected record which has another tabbed control (tabctl2). within this control is yet another form (frmProjDetails). record source (tblProjMan) This details form is where i'm supposed to enter/edit information this particular record but i keep getting a recordset not updateable error. If i open the form directly from the object menu i can edit it no problem. Also if i add an unbound textbox i can type in it.
Help!!! :banghead:
I have a main navigation form (frmHome) which has a tabbed control (tabCtl1). within the tabbed control is another form. (frmProjMan) this is a continuous form to display all projects. Control source is tblProjMan
When a record is selected it opens a popup form (frmProjDetails) to filter the selected record which has another tabbed control (tabctl2). within this control is yet another form (frmProjDetails). record source (tblProjMan) This details form is where i'm supposed to enter/edit information this particular record but i keep getting a recordset not updateable error. If i open the form directly from the object menu i can edit it no problem. Also if i add an unbound textbox i can type in it.
Help!!! :banghead: