When testing the following code, the results should be true, however, a false results is generated. I don't understand why and i need to maintain the data values.
Code:
If strTEMP_CORD_No = rstTemp!CORD_No Then
strTEMP_BANNERPOAmt = strTEMP_BANNERPOAmt + rstTemp!BANNERPOAmt
Else
MsgBox "cord no not equal"
End If
Comment