I have a subform that is datasheet view. It is activities for an order. I want users to be able to delete/edit these activities as needed accept for certain activities. Most are fine, however, if the ActivityCode is "WE" (Work Order Entered), then I dont ever want that to be edited or deleted by users. I don't know where or how to go about this...ie...
If ActivityCode = "WE" Then
Dont allow edits or deletions on just that record
End if
If somebody could point me in the right direction I would be greatful. Thank you.
If ActivityCode = "WE" Then
Dont allow edits or deletions on just that record
End if
If somebody could point me in the right direction I would be greatful. Thank you.