When you say that it cannot connect, do you mean the UPS web site will not
show up at all, or the tracking number cannot be found? It may depend on
how you are building the string.
How exactly are you adding the UPS reference number to "
http://wwwapps.ups.com/tracking/tracking.cgi?tracknum="?
By the way, you can send up to 25 tracking numbers and the UPS site will
show a summary for each entry and your users can then select a specific one
for more details. Might be useful for tracking more than one shipment.
Jim
Quote:
> I know that this might be a very basic question but I've tried everything
> that I know of and can't make things work.
> I am trying to make a command button go to a website when it is clicked.
So
> far everything works. I can get access to the website I want and things
are
> cool. My problem is when I try to add data from a textbox into the URL it
> cant connect.
> Does anyone understand what I am talking about. If more information is
> needed let me know.
> The URL is:
> http://wwwapps.ups.com/tracking/tracking.cgi?tracknum=
> Then at the end after the = you are supposed to have a series of numbers
and
> it will show you tracking information on packages shipped through UPS. My
> program is connected to a database that the numbers and other information
> are in. So I can scroll through the data in a readable form. But I'd
like
> to have it track the displayed package without have to type the tracking
> number in.
> Any help on this will be appreciated.
> Thanks
> Aaron Todd