asking

B

barkley

how to zip an access file into separate zip files cause i
want to send it via e-mail, and the limit is 1 MB
 
M

Mike Painter

barkley said:
how to zip an access file into separate zip files cause i
want to send it via e-mail, and the limit is 1 MB

ZIP the whole thing to start and see if it fitsand give you an idea of how
many files you will need . They compress a *lot*

You can probably find some utilities on the net that allow you to split
files but if not:

Divide the results by a million and add a couple.
I'd copy and paste as many as needed, renaming them db2, db3 etc
Open a copy of the master and delete the tables.
Close, ZIP and see if it fits.
Then open the rest and delete the forms and tables from one and the reports
and tables from the next.

Reassemble by unzipping and importing everything back into the original.

Or burn a CD and mail it.
 

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.

Ask a Question

Top