Hi All,
I am not sure What is missing in the below codes if I need the following. If someone choose Pending, the below happens. if someone choose anything else, nothing happens.If we change the status from pending to complete. the value in book does not change....Any help.....?
Private Sub_AfterUpdate()
If Me!Status = "Pending" Then
MsgBox("blah blah blah.........?", vbYesNo) = vbYes Then
Me.Book= "Yes"
Else
Me.Book= "No"
End If
End If
End Sub
Thanks
I am not sure What is missing in the below codes if I need the following. If someone choose Pending, the below happens. if someone choose anything else, nothing happens.If we change the status from pending to complete. the value in book does not change....Any help.....?
Private Sub_AfterUpdate()
If Me!Status = "Pending" Then
MsgBox("blah blah blah.........?", vbYesNo) = vbYes Then
Me.Book= "Yes"
Else
Me.Book= "No"
End If
End If
End Sub
Thanks