Not sure what I am doing wrong with the statement below. It keeps giving me a debug error. I have this on a dropbox of a form. I want that when the user selects either of these that it will mark the fatal box as -1. What am I doing wrong? Thanks....
If Me.EventStatus = "Rescheduled\Makeup" Or "Unable to Proceed" Then Me.FatalProblem = -1
If Me.EventStatus = "Rescheduled\Makeup" Or "Unable to Proceed" Then Me.FatalProblem = -1