FedEx integration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mwilliams4@socal.rr.com

    #1

    FedEx integration

    Has anyone set up FedEx integration within an Access Database?

    I'm looking to:

    1. If you clicked a tracking number in a form, then it would take you
    to the tracking page with the results from that number.

    2. If you click a customer name in a form, then it would create a new
    slip to print and send today.

    I'd like to do this within Access, as now it takes the users having to
    copy down numbers and then access FedEx, then track or print a new
    slip.

    ANY help would be appreciated.

    Thanks, Mike

  • Salad

    #2
    Re: FedEx integration

    mwilliams4@soca l.rr.com wrote:
    Has anyone set up FedEx integration within an Access Database?
    >
    I'm looking to:
    >
    1. If you clicked a tracking number in a form, then it would take you
    to the tracking page with the results from that number.
    >
    2. If you click a customer name in a form, then it would create a new
    slip to print and send today.
    >
    I'd like to do this within Access, as now it takes the users having to
    copy down numbers and then access FedEx, then track or print a new
    slip.
    >
    ANY help would be appreciated.
    >
    Thanks, Mike
    >
    I don't know if this will work or not. Some testing will tell you.
    Let's say a link is like
    Where is my package? Find out by entering your tracking number, track by reference, obtain proof of delivery, or TCN.


    Each time you go to the fedex site those values change but some are
    always static. If so, then you have the map to parse out the values you
    want to create a hyperlink string. The 3, 25, 08 are the date, the
    others the street, etc.

    Once you've built the string do an application.Fol lowhyperlink or some
    method to go to the link.

    Buffalo

    Comment

    • mwilliams4@socal.rr.com

      #3
      Re: FedEx integration

      that was perfect for number 1, but anyone have a pointer for 2?

      Comment

      • Salad

        #4
        Re: FedEx integration

        mwilliams4@soca l.rr.com wrote:
        that was perfect for number 1, but anyone have a pointer for 2?
        Are you printing a slip from Access...or from a web page?

        Comment

        Working...