I want to format a message box so that it has separate lines and doesn't just run together. I know this has got to be simple...
below is my msgbox:
MsgBox "This is either an existing bank or you did not enter (at a minimum)" & _
"the Organization Name and the Name Abbreviation before adding accounts. " & _
"org name = " & Me.txt_OrgName & _
"org name abrev = " & Me.txt_OrgNameAbrev & _
"Error = " & Error$
Also, where can I find a list of errors so that I can make a msgbox unique to the specific problem?
Thanks!
below is my msgbox:
MsgBox "This is either an existing bank or you did not enter (at a minimum)" & _
"the Organization Name and the Name Abbreviation before adding accounts. " & _
"org name = " & Me.txt_OrgName & _
"org name abrev = " & Me.txt_OrgNameAbrev & _
"Error = " & Error$
Also, where can I find a list of errors so that I can make a msgbox unique to the specific problem?
Thanks!