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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using MS Explorer in Access or VBA

Status
Not open for further replies.

CptTom

Programmer
Jul 16, 2001
117
US
Is it possible to shell to MS Explorer, highlight several data files, then import them. OR Can I copy a directory, sort files like *.dat and then import in that order?

Larry
 
Microsoft has a ActiveX component that you can insert onto a form called "Microsoft Web Browser". It esentially is an instance Internet Explorer running within your Access form.

MS has documentation on their website.

One thing I will warn you about - size the control to the size you want BEFORE saving the form. Once you save, the control size if fixed. The only way to change the size it to delete the existing control and insert a new control. (It took me a while to figure that one out.)

For the rest of your problem, it shouldn't been too difficult to implement - one option would be just to use the OpenForm command with an argument containing your desired URL.

Good luck,
 
I am not talking about Internet Explorer but Windows Explorer.

Larry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top