I have a MS Access 2003 form with a label named 'lblTrackingHyperlinkNumbe
r'. The label's caption is the Tracking Number from the United States Postal Service. What is the label's hyperlink to automatically enter the tracking number into the USPS.com track and confirm box?
For example, when the item is shipped via FedEx, the caption is:
Me.lblTrackingHyperlinkNum
ber.Captio
n = strTrackingNumber and the hyperlink is:
Me.lblTrackingHyperlinkNum
ber.Hyperl
inkAddress
= "
http://www.fedex.com/Tracking?tracknumbers=" & strTrackingNumber & "&action=track&language=en
glish&cntr
y_code=us"
where strTrackingNumber is the 12 digit FedEx tracking number.
Start Free Trial