Right now I have the following code to detect if the EditText is blank. It works if there are no carriage returns. What should the code look like to detect the EditText is blank if there is nothing in the box other than carriage returns? Thanks.
If EditTextNotes.Text = "" Then
If EditTextNotes.Text = "" Then