How to run a dos command

E

Ed Finley

How do I invoke a command line action? I'm trying to set up a button in
Access to zip up a file.
Ed
 
B

Bruce M. Thompson

How do I invoke a command line action? I'm trying to set up a button in
Access to zip up a file.

Look up the "Shell()" function in Access VBA Help.
 
Top