Forum Discussion
Anonymous
6 years agoNot applicable
UPS-FEDEX Tracking Number - clickable
I have a table that contains shipment records. It contains a UPS or Fedex tracking number. I know that field can launch a URL but in my case I need to concatenate the tracking ID with URL: The...
- 6 years ago
Anonymous - You should be able to create a new column like this:
New Column = "http://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=" & [Column]Here [Column] is the name of the column that has your tracking id in it.
Greg_Deckler
6 years agoCommunity Champion
Anonymous - You should be able to create a new column like this:
New Column = "http://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=" & [Column]
Here [Column] is the name of the column that has your tracking id in it.