Look at your quotation marks and you shouldn't have brackets around "MCR Table". Your code should look like this and it will work.
If Not IsNull(DLookup("[REA Number]", "MCR Table", "[REA Number] = '" & [Forms]![MCR_Input _Form]![REA Number] & "'")) Then
Msgbox "Already Exists"
End If