Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form - subform allow edits

Status
Not open for further replies.

gwog

Technical User
Apr 30, 2003
147
US
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.
 
Have you tried :

Me![frmNReasonCode].Form![cboCode].AllowEdits = True
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top