"Dan Dan the OTTR Man" <[email protected]> escribió en el mensaje de
noticias
news:99be6498-a0a7-4f74-86eb-cb7e973ac55f@z17g2000yqh.googlegroups.com...
Where would you be importing them from? Once they are in Access, it is
relatively easy to get to the website, just by adding them to the URL
string. Here's one for UPS tracking:
Where txtUPS is the tracking number. I usually copy and paste the tracking
number from an email. If the structure of FedEX is like that of UPS, you
could probably ready the emails looking for an 18 digit number:
Len("the string")=18
where the second letter is "Z"
Mid("the string",2,1) = "Z"
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.