G
Guest
I have a report that outputs cable routing data from the user. The data will
vary based upon what has been entered on the form and will be separated with
commas. I am using the following formula in the control source, but after
last Routing# is displayed it puts a comma after it. I want to have the data
displayed such that when the last entered data is displayed that a period or
nothing is shown after it.
How can I accomplish this?
Control Source formula:
=[Routing01]+","+" " & [Routing02]+","+" " & [Routing03]+","+" " &
[Routing04]+","+" " & [Routing05]+","+" " & [Routing06]+","+" " &
[Routing07]+","+" " & [Routing08]+","+" " & [Routing09]+","+" " &
[Routing10]+","+" " & [Routing11]+","+" " & [Routing12]+","+" " &
[Routing13]+","+" " & [Routing14]+","+" " & [Routing15]+","+" " &
[Routing16]+","+" " & [Routing17]+","+" " & [Routing18]+","+" " &
[Routing19]+","+" " & [Routing20]
Thanks for the help!
vary based upon what has been entered on the form and will be separated with
commas. I am using the following formula in the control source, but after
last Routing# is displayed it puts a comma after it. I want to have the data
displayed such that when the last entered data is displayed that a period or
nothing is shown after it.
How can I accomplish this?
Control Source formula:
=[Routing01]+","+" " & [Routing02]+","+" " & [Routing03]+","+" " &
[Routing04]+","+" " & [Routing05]+","+" " & [Routing06]+","+" " &
[Routing07]+","+" " & [Routing08]+","+" " & [Routing09]+","+" " &
[Routing10]+","+" " & [Routing11]+","+" " & [Routing12]+","+" " &
[Routing13]+","+" " & [Routing14]+","+" " & [Routing15]+","+" " &
[Routing16]+","+" " & [Routing17]+","+" " & [Routing18]+","+" " &
[Routing19]+","+" " & [Routing20]
Thanks for the help!