T
Tony
I have a unbound text box that has two variables being read in that are
hidden on the same page. I need to have a seperate line between each value.
Here is the current code:
= [txtStatus] & " " & [txtTitle}
I would like the status to appear if there is status info. If not then go
onto the Title info. If both are there I need to have them appear on
seperate lines, ie:
Status
Title
Thanks,
Tony
hidden on the same page. I need to have a seperate line between each value.
Here is the current code:
= [txtStatus] & " " & [txtTitle}
I would like the status to appear if there is status info. If not then go
onto the Title info. If both are there I need to have them appear on
seperate lines, ie:
Status
Title
Thanks,
Tony