I have a combo box that when I select a entry in it I would like it to lock the current record.
I tried the following code.
after up date
me.comboboxname.locked = not me.new record
this works but it only locks the one combo box and I would like it to lock the record so no changes can be made.
Thank You