Hello,
I have got a table with 5 fields of notes. Only up to 3 of the fields will have text in and I want to show only the fields with text in in 1 text box on a form.
I am currently using:
but this shows the blank fields. Is there any way to exclude the blanks?
I have got a table with 5 fields of notes. Only up to 3 of the fields will have text in and I want to show only the fields with text in in 1 text box on a form.
I am currently using:
Code:
[notes1] + vbCrLf + [notes2] + vbCrLf + [notes3] etc...
but this shows the blank fields. Is there any way to exclude the blanks?