G
Guest
Could someone please give me some pointers on locking a combo box after data has been selected from the pull down list and unlocking it on the addition of a new record? I can lock it no problem on the after change event but can't unlock it when I go back to the control on a new record. If could write the code in english it would read
On_Chnag
Me.BldgLocation.Locked = Tru
When Me.BldgLocation.NewRecord.Locked = Fals
I know my syntax is goofy but I'm a newbie and still trying.
On_Chnag
Me.BldgLocation.Locked = Tru
When Me.BldgLocation.NewRecord.Locked = Fals
I know my syntax is goofy but I'm a newbie and still trying.