I have a button that locks a field ( in another form) selected from a combobox, but the design changes are not saved when I re-open the form where I lock a field. This seems simple, I must be missing a setting that allows editing changes. any ideas? thanks
could it be my form view?
If Me.lock.Value = "mar2002" Then
DoCmd.OpenForm "editmonthlyassignments2", acFormDS
Forms!editmonthlyassignments2![Mar2002].Locked = True
DoCmd.close acForm, "editmonthlyassignments2", acSaveYes
could it be my form view?
If Me.lock.Value = "mar2002" Then
DoCmd.OpenForm "editmonthlyassignments2", acFormDS
Forms!editmonthlyassignments2![Mar2002].Locked = True
DoCmd.close acForm, "editmonthlyassignments2", acSaveYes