Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Initiate a ColdFusion page from an Microsoft Access Form

Status
Not open for further replies.

ljevans

Technical User
Apr 4, 2001
53
US
I have a shipping application using an Access front end and a SQL 7.0 back end. I would like to use CFHTTP to track the package sent by UPS, FedEx and Airborne. I have successfully connected to each carrier's tracking page. Now I would like to initiate the tracking from the Access Shpping Memorandrum form where the tracking number is located. How can I initiate ColdFusion from an Access from?
 
If I am not missing something, you could use the cf page as your action= in the form tag. The only dumb questions are the ones that are never asked
 
ljevans,

Read up on VBA. You can construct a string with the URL and associated querystring variables, and submit it to IE to open in a separate process.

Or, you could add the browser object to your form, and submit the string to it. (We do this in Visual FoxPro, so the code's different.) Works great.

Good luck, and happy coding,
PH
 
Access has a Browser object? What is it called and where do I find it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top