Is there a way i can group fields together and lock them via the grouping option rather that locke them individullay. I have over 60 fields and need to lock/unlock depending on the action being performed ie add/edit
I can open the form in red only mode using
code -
DoCmd.OpenForm stDocName, , , , acFormReadOnly
code -
but that locks all the fields and need some unlocked so i can choose which record to view via the drop down box
thanx in advance
I can open the form in red only mode using
code -
DoCmd.OpenForm stDocName, , , , acFormReadOnly
code -
but that locks all the fields and need some unlocked so i can choose which record to view via the drop down box
thanx in advance