R
Richard Allan Kelley
I have the following information in a textbox:
=[ShippingName] & Chr(13) & Chr(10) & [shippingaddress1] &
Chr(13) & Chr(10) & [shippingaddress2] & Chr(13) & Chr(10)
& [ShippingCity] & ", " & [ShippingState] & " " &
[ShippingZip] & Chr(13) & Chr(10) & [Shippingmark] & Chr
(13) & Chr(10) & [Shippingmark2] & Chr(13) & Chr(10) &
[Shippingmark3] & Chr(13) & Chr(10) & [Shippingmark4] & Chr
(13) & Chr(10) & [shippingattn]
I had the Textbox set to Shrink/Grow as suggested in other
postings. It did not work. The Null fields were blank
coming up as blank fields.
Any suggestions on removing the Null fields in VB code or
a very long expression?
Richard
=[ShippingName] & Chr(13) & Chr(10) & [shippingaddress1] &
Chr(13) & Chr(10) & [shippingaddress2] & Chr(13) & Chr(10)
& [ShippingCity] & ", " & [ShippingState] & " " &
[ShippingZip] & Chr(13) & Chr(10) & [Shippingmark] & Chr
(13) & Chr(10) & [Shippingmark2] & Chr(13) & Chr(10) &
[Shippingmark3] & Chr(13) & Chr(10) & [Shippingmark4] & Chr
(13) & Chr(10) & [shippingattn]
I had the Textbox set to Shrink/Grow as suggested in other
postings. It did not work. The Null fields were blank
coming up as blank fields.
Any suggestions on removing the Null fields in VB code or
a very long expression?
Richard