i have a problem with this code it is multiline html paragraph
i attached the picture of the code and this is a sample
Private Sub Command124_Click()
If Me.Text120 = "Air contrasted colon examination for suspected invagination approach" Then
Me.REP_DETAIL = "<p>After placement of Foley catheter into the rectum; an amount of air been insufflated under flouro control. At the projection of the spleenic angle; there was an intra-luminal globular lobulated filling defect with air attenuation of arcuate branches patter at it lateral margins.</p>
<p>This finding is specific for intra-colonic invagination; repeated maneuvers for de-invagination were failed due to extended invaginated portion; surgical assessment is required</p>
<p> </p>
<p> </p>"
ElseIf Me.Text120 = "ASP X-Ray" Then
Me.REP_DETAIL = "<p><strong> </strong></p>
<p>On the obtained radiograph there was no evidence of free air presence under the diaphragm domes; the psoas margins are clear.</p>
<p>The stomach gases bubble common in location; the gases spreading in the colon is unremarkable.</p>"
i attached the picture of the code and this is a sample
Private Sub Command124_Click()
If Me.Text120 = "Air contrasted colon examination for suspected invagination approach" Then
Me.REP_DETAIL = "<p>After placement of Foley catheter into the rectum; an amount of air been insufflated under flouro control. At the projection of the spleenic angle; there was an intra-luminal globular lobulated filling defect with air attenuation of arcuate branches patter at it lateral margins.</p>
<p>This finding is specific for intra-colonic invagination; repeated maneuvers for de-invagination were failed due to extended invaginated portion; surgical assessment is required</p>
<p> </p>
<p> </p>"
ElseIf Me.Text120 = "ASP X-Ray" Then
Me.REP_DETAIL = "<p><strong> </strong></p>
<p>On the obtained radiograph there was no evidence of free air presence under the diaphragm domes; the psoas margins are clear.</p>
<p>The stomach gases bubble common in location; the gases spreading in the colon is unremarkable.</p>"