External operations...

border20

Registered User.
Local time
Today, 13:20
Joined
Jan 8, 2003
Messages
92
I have a couple pf external operation i would like to control from access and I dont know if i can be done... for instant, I would like to be able to open an excel document. And I would like to be able to perform a copy o peration..(copy an excel document from a folder to another)

can this be done ?

thx
 
Last edited:
How are you getting at the excel document (i.e. from a form, from a command button, etc.)

You can create hyperlinks to excel documents or create a command button that can open Excel from Access.

Can you expand on what you would like?

Thanks.
 
I want to open an excel document preferably from a command button. (after an export)

but before the export, i would like to be able to replace the target excel document with its template...
 
Last edited:
Sorry, One last question....

Does the "export" come from a Query or Table?
 
It comes from a query wich has conditions... the conditions are defined on the form where the export is done
 
See the attached. I believe it will help you complete your database.
 

Attachments

thx but i already got the export working... all i need to do now is execute a .bat file and then open the excel document...
 
The code at the end of the attachment I provided shows how to open the excel document from Code.

HTH
 

Users who are viewing this thread

Back
Top Bottom