Using Access 97.
I have a form wich contains several other "subforms". I say "" because they are not subforms in the sense that there are any link master fiels/child fields.
I am using it more as a hide/show this form based on a group value.
My problem is, I would like for one of the "subforms" to be editable. Not to add/delete records but to change value in two of the fields.
I've tried
Me![frmNReasonCode].Form![cboCode].Enabled
but it gives me an error.
Any ideas how to accomplish this?
thanks.
lisa.
I have a form wich contains several other "subforms". I say "" because they are not subforms in the sense that there are any link master fiels/child fields.
I am using it more as a hide/show this form based on a group value.
My problem is, I would like for one of the "subforms" to be editable. Not to add/delete records but to change value in two of the fields.
I've tried
Me![frmNReasonCode].Form![cboCode].Enabled
but it gives me an error.
Any ideas how to accomplish this?
thanks.
lisa.